Html Css Color HEX #DF9FAD Kobi

📋 copy color: '#DF9FAD'

red 223 ◦ green 159 ◦ blue 173

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

Shades of Kobi #DF9FAD

Tints of Kobi #DF9FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.17%

R = 40.18%
G = 28.65%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF9FAD (or 0xDF9FAD) is known color: Kobi. HEX triplet: DF, 9F and AD. RGB value is (223,159,173). Sum of RGB (Red+Green+Blue) = 223+159+173=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9FAD is #206052. Grayscale: #B3B3B3. Windows color (decimal): -2121811 or 11378655. OLE color: 11378655.

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

Color convert

RGB 223 159 173 -
CMYK 0 0.29 0.22 0.13
HSL 346.88º 0.5% 0.75% -
HSV(B) 346.88º 0.29% 0.87% -
XYZ 50.37 43.5 45.28 -
YUV 179.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 223 159 173 0 0.29 0.22 0.13 346.88 0.5 0.75
Hex DF 9F AD 0 1D 16 D 15B 32 4B
Octal 337 237 255 0 35 26 15 533 62 113
Binary 11011111 10011111 10101101 0 11101 10110 1101 101011011 110010 1001011

Color Harmonies of #DF9FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9FAD

Black with #DF9FAD

Text Example


Text Example

White with #DF9FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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