Html Css Color HEX #DF9DAB Kobi

📋 copy color: '#DF9DAB'

red 223 ◦ green 157 ◦ blue 171

#DF9DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #DF9DAB

Tints of Kobi #DF9DAB

RGB

 RED value IS 223 (87.5% from 255) = 40.47%

 GREEN value IS 157 (61.72% from 255) = 28.49%

 BLUE value IS 171 (67.19% from 255) = 31.03%

R = 40.47%
G = 28.49%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF9DAB (or 0xDF9DAB) is known color: Kobi. HEX triplet: DF, 9D and AB. RGB value is (223,157,171). Sum of RGB (Red+Green+Blue) = 223+157+171=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9DAB is #206254. Grayscale: #B2B2B2. Windows color (decimal): -2122325 or 11247071. OLE color: 11247071.

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

Color convert

RGB 223 157 171 -
CMYK 0 0.30 0.23 0.13
HSL 347.27º 0.51% 0.75% -
HSV(B) 347.27º 0.3% 0.87% -
XYZ 49.84 42.74 44.15 -
YUV 178.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 223 157 171 0 0.30 0.23 0.13 347.27 0.51 0.75
Hex DF 9D AB 0 1E 17 D 15B 33 4B
Octal 337 235 253 0 36 27 15 533 63 113
Binary 11011111 10011101 10101011 0 11110 10111 1101 101011011 110011 1001011

Color Harmonies of #DF9DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9DAB

Black with #DF9DAB

Text Example


Text Example

White with #DF9DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9DAB; }

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

 H1.HeaderClassName
 {
   color: #DF9DAB;
 }
 .AnyTagClassName
 {
   color: #DF9DAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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