#DF9EAB

Color #DF9EAB Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #DF9EAB

Tints of Kobi #DF9EAB

Color information

#DF9EAB (or 0xDF9EAB) is unknown color: approx Kobi. HEX triplet: DF, 9E and AB. RGB value is (223,158,171). Sum of RGB (Red+Green+Blue) = 223+158+171=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9EAB is #206154. Grayscale: #B2B2B2. Windows color (decimal): -2122069 or 11247327. OLE color: 11247327.

HSL color Cylindrical-coordinate representation of color #DF9EAB: hue angle of 348º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9EAB is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223158171-
CMYK00.290.230.13
HSL348º50.39%74.71%-
HSV(B)348º29.15%87.45%-
XYZ50.0143.0844.21-
YUV178.92123.53159.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 158 (62.11% from 255) = 28.62%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=40.40%
G=28.62%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315817100.290.230.1334850.3974.71
HexDF9EAB01D17D15c324b
Octal337236253035271553462113
Binary1101111110011110101010110111011011111011010111001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9EAB; }

 p { color: rgb(223,158,171); }

 H1.HeaderClassName
 {
   color: #DF9EAB;
 }
 .AnyTagClassName
 {
   color: #DF9EAB;
 }
</style>
background-color css

<style>
 a { background-color: #DF9EAB; }

 a { background-color: rgb(223,158,171); }

 div.DivClassName
 {
   background-color: #DF9EAB;
 }
 .BgClassName
 {
   background-color: #DF9EAB;
 }
</style>
border-color css

<style>
 span { border-color: #DF9EAB; }

 span { border-color: rgb(223,158,171); }

 td.TdClassName
 {
   border-color: #DF9EAB;
 }
 .TagClassName
 {
   border-color: #DF9EAB;
 }
</style>