Html Css Color HEX #EEC9DC Classic Rose

📋 copy color: '#EEC9DC'

red 238 ◦ green 201 ◦ blue 220

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

Shades of Classic Rose #EEC9DC

Tints of Classic Rose #EEC9DC

RGB

 RED value IS 238 (93.36% from 255) = 36.12%

 GREEN value IS 201 (78.91% from 255) = 30.5%

 BLUE value IS 220 (86.33% from 255) = 33.38%

R = 36.12%
G = 30.5%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEC9DC (or 0xEEC9DC) is known color: Classic Rose. HEX triplet: EE, C9 and DC. RGB value is (238,201,220). Sum of RGB (Red+Green+Blue) = 238+201+220=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC9DC is #113623. Grayscale: #D6D6D6. Windows color (decimal): -1127972 or 14469614. OLE color: 14469614.

HSL color Cylindrical-coordinate representation of color #EEC9DC: hue angle of 329.19º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC9DC is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 201 220 -
CMYK 0 0.16 0.08 0.07
HSL 329.19º 0.52% 0.86% -
HSV(B) 329.19º 0.16% 0.93% -
XYZ 69.06 65.12 76.64 -
YUV 214.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 238 201 220 0 0.16 0.08 0.07 329.19 0.52 0.86
Hex EE C9 DC 0 10 8 7 149 34 56
Octal 356 311 334 0 20 10 7 511 64 126
Binary 11101110 11001001 11011100 0 10000 1000 111 101001001 110100 1010110

Color Harmonies of #EEC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC9DC

Black with #EEC9DC

Text Example


Text Example

White with #EEC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC9DC; }

 p { color: rgb(238,201,220); }

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

background-color css

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

 a { background-color: rgb(238,201,220); }

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

border-color css

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

 span { border-color: rgb(238,201,220); }

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