#EECAD8

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

Shades of Classic Rose #EECAD8

Tints of Classic Rose #EECAD8

Color information

#EECAD8 (or 0xEECAD8) is unknown color: approx Classic Rose. HEX triplet: EE, CA and D8. RGB value is (238,202,216). Sum of RGB (Red+Green+Blue) = 238+202+216=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAD8 is #113527. Grayscale: #D6D6D6. Windows color (decimal): -1127720 or 14207726. OLE color: 14207726.

HSL color Cylindrical-coordinate representation of color #EECAD8: hue angle of 336.67º 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 #EECAD8 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB238202216-
CMYK00.150.090.07
HSL336.67º51.43%86.27%-
HSV(B)336.67º15.13%93.33%-
XYZ68.7865.3873.96-
YUV214.36128.93144.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.28%
GREEN value IS 202 (79.30% from 255) = 30.79%
BLUE value IS 216 (84.77% from 255) = 32.93%
R=36.28%
G=30.79%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820221600.150.090.07336.6751.4386.27
HexEECAD80F971513356
Octal35631233001711752163126
Binary1110111011001010110110000111110011111010100011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAD8; }

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

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

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

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

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

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

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

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