#EECBE4

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

Shades of Classic Rose #EECBE4

Tints of Classic Rose #EECBE4

Color information

#EECBE4 (or 0xEECBE4) is unknown color: approx Classic Rose. HEX triplet: EE, CB and E4. RGB value is (238,203,228). Sum of RGB (Red+Green+Blue) = 238+203+228=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBE4 is #11341B. Grayscale: #D8D8D8. Windows color (decimal): -1127452 or 14994414. OLE color: 14994414.

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

Color convert

RGB238203228-
CMYK00.150.040.07
HSL317.14º50.72%86.47%-
HSV(B)317.14º14.71%93.33%-
XYZ70.6266.4982.51-
YUV216.31134.6143.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.58%
GREEN value IS 203 (79.69% from 255) = 30.34%
BLUE value IS 228 (89.45% from 255) = 34.08%
R=35.58%
G=30.34%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820322800.150.040.07317.1450.7286.47
HexEECBE40F4713d3356
Octal3563133440174747563126
Binary111011101100101111100100011111001111001111011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBE4; }

 p { color: rgb(238,203,228); }

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

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

 a { background-color: rgb(238,203,228); }

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

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

 span { border-color: rgb(238,203,228); }

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