#EECAD7

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

Shades of Classic Rose #EECAD7

Tints of Classic Rose #EECAD7

Color information

#EECAD7 (or 0xEECAD7) is unknown color: approx Classic Rose. HEX triplet: EE, CA and D7. RGB value is (238,202,215). Sum of RGB (Red+Green+Blue) = 238+202+215=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAD7 is #113528. Grayscale: #D6D6D6. Windows color (decimal): -1127721 or 14142190. OLE color: 14142190.

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

Color convert

RGB238202215-
CMYK00.150.100.07
HSL338.33º51.43%86.27%-
HSV(B)338.33º15.13%93.33%-
XYZ68.6565.3273.28-
YUV214.25128.43144.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.34%
GREEN value IS 202 (79.30% from 255) = 30.84%
BLUE value IS 215 (84.38% from 255) = 32.82%
R=36.34%
G=30.84%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820221500.150.100.07338.3351.4386.27
HexEECAD70FA71523356
Octal35631232701712752263126
Binary1110111011001010110101110111110101111010100101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAD7; }

 p { color: rgb(238,202,215); }

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

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

 a { background-color: rgb(238,202,215); }

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

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

 span { border-color: rgb(238,202,215); }

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