Html Css Color HEX #DF9FAA Kobi

📋 copy color: '#DF9FAA'

red 223 ◦ green 159 ◦ blue 170

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

Shades of Kobi #DF9FAA

Tints of Kobi #DF9FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.8%

R = 40.4%
G = 28.8%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF9FAA (or 0xDF9FAA) is known color: Kobi. HEX triplet: DF, 9F and AA. RGB value is (223,159,170). Sum of RGB (Red+Green+Blue) = 223+159+170=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9FAA is #206055. Grayscale: #B3B3B3. Windows color (decimal): -2121814 or 11182047. OLE color: 11182047.

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

Color convert

RGB 223 159 170 -
CMYK 0 0.29 0.24 0.13
HSL 349.69º 0.5% 0.75% -
HSV(B) 349.69º 0.29% 0.87% -
XYZ 50.09 43.39 43.76 -
YUV 179.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 223 159 170 0 0.29 0.24 0.13 349.69 0.5 0.75
Hex DF 9F AA 0 1D 18 D 15E 32 4B
Octal 337 237 252 0 35 30 15 536 62 113
Binary 11011111 10011111 10101010 0 11101 11000 1101 101011110 110010 1001011

Color Harmonies of #DF9FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9FAA

Black with #DF9FAA

Text Example


Text Example

White with #DF9FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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