Html Css Color HEX #DF9DAE Kobi

📋 copy color: '#DF9DAE'

red 223 ◦ green 157 ◦ blue 174

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

Shades of Kobi #DF9DAE

Tints of Kobi #DF9DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.41%

R = 40.25%
G = 28.34%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF9DAE (or 0xDF9DAE) is known color: Kobi. HEX triplet: DF, 9D and AE. RGB value is (223,157,174). Sum of RGB (Red+Green+Blue) = 223+157+174=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9DAE is #206251. Grayscale: #B2B2B2. Windows color (decimal): -2122322 or 11443679. OLE color: 11443679.

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

Color convert

RGB 223 157 174 -
CMYK 0 0.30 0.22 0.13
HSL 344.55º 0.51% 0.75% -
HSV(B) 344.55º 0.3% 0.87% -
XYZ 50.13 42.86 45.67 -
YUV 178.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 223 157 174 0 0.30 0.22 0.13 344.55 0.51 0.75
Hex DF 9D AE 0 1E 16 D 159 33 4B
Octal 337 235 256 0 36 26 15 531 63 113
Binary 11011111 10011101 10101110 0 11110 10110 1101 101011001 110011 1001011

Color Harmonies of #DF9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9DAE

Black with #DF9DAE

Text Example


Text Example

White with #DF9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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