#EECCDA

Color #EECCDA Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #EECCDA

Tints of Classic Rose #EECCDA

Color information

#EECCDA (or 0xEECCDA) is unknown color: approx Classic Rose. HEX triplet: EE, CC and DA. RGB value is (238,204,218). Sum of RGB (Red+Green+Blue) = 238+204+218=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCDA is #113325. Grayscale: #D7D7D7. Windows color (decimal): -1127206 or 14339310. OLE color: 14339310.

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

Color convert

RGB238204218-
CMYK00.140.080.07
HSL335.29º50%86.67%-
HSV(B)335.29º14.29%93.33%-
XYZ69.5166.4275.49-
YUV215.76129.26143.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.06%
GREEN value IS 204 (80.08% from 255) = 30.91%
BLUE value IS 218 (85.55% from 255) = 33.03%
R=36.06%
G=30.91%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820421800.140.080.07335.295086.67
HexEECCDA0E8714f3257
Octal35631433201610751762127
Binary1110111011001100110110100111010001111010011111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCDA; }

 p { color: rgb(238,204,218); }

 H1.HeaderClassName
 {
   color: #EECCDA;
 }
 .AnyTagClassName
 {
   color: #EECCDA;
 }
</style>
background-color css

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

 a { background-color: rgb(238,204,218); }

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

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

 span { border-color: rgb(238,204,218); }

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