Html Css Color HEX #DF9FAB Kobi

📋 copy color: '#DF9FAB'

red 223 ◦ green 159 ◦ blue 171

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

Shades of Kobi #DF9FAB

Tints of Kobi #DF9FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.75%

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

R = 40.33%
G = 28.75%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF9FAB (or 0xDF9FAB) is known color: Kobi. HEX triplet: DF, 9F and AB. RGB value is (223,159,171). Sum of RGB (Red+Green+Blue) = 223+159+171=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9FAB is #206054. Grayscale: #B3B3B3. Windows color (decimal): -2121813 or 11247583. OLE color: 11247583.

HSL color Cylindrical-coordinate representation of color #DF9FAB: hue angle of 348.75º 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 #DF9FAB is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 159 171 -
CMYK 0 0.29 0.23 0.13
HSL 348.75º 0.5% 0.75% -
HSV(B) 348.75º 0.29% 0.87% -
XYZ 50.18 43.42 44.27 -
YUV 179.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 223 159 171 0 0.29 0.23 0.13 348.75 0.5 0.75
Hex DF 9F AB 0 1D 17 D 15D 32 4B
Octal 337 237 253 0 35 27 15 535 62 113
Binary 11011111 10011111 10101011 0 11101 10111 1101 101011101 110010 1001011

Color Harmonies of #DF9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9FAB

Black with #DF9FAB

Text Example


Text Example

White with #DF9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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