Html Css Color HEX #DD9FAE Kobi

📋 copy color: '#DD9FAE'

red 221 ◦ green 159 ◦ blue 174

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

Shades of Kobi #DD9FAE

Tints of Kobi #DD9FAE

RGB

 RED value IS 221 (86.72% from 255) = 39.89%

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

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

R = 39.89%
G = 28.7%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD9FAE (or 0xDD9FAE) is known color: Kobi. HEX triplet: DD, 9F and AE. RGB value is (221,159,174). Sum of RGB (Red+Green+Blue) = 221+159+174=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9FAE is #226051. Grayscale: #B3B3B3. Windows color (decimal): -2252882 or 11444189. OLE color: 11444189.

HSL color Cylindrical-coordinate representation of color #DD9FAE: hue angle of 345.48º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DD9FAE is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 159 174 -
CMYK 0 0.28 0.21 0.13
HSL 345.48º 0.48% 0.75% -
HSV(B) 345.48º 0.28% 0.87% -
XYZ 49.86 43.22 45.76 -
YUV 179.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 221 159 174 0 0.28 0.21 0.13 345.48 0.48 0.75
Hex DD 9F AE 0 1C 15 D 159 30 4B
Octal 335 237 256 0 34 25 15 531 60 113
Binary 11011101 10011111 10101110 0 11100 10101 1101 101011001 110000 1001011

Color Harmonies of #DD9FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9FAE

Black with #DD9FAE

Text Example


Text Example

White with #DD9FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9FAE; }

 p { color: rgb(221,159,174); }

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

background-color css

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

 a { background-color: rgb(221,159,174); }

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

border-color css

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

 span { border-color: rgb(221,159,174); }

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