#EECBE1

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

Shades of Classic Rose #EECBE1

Tints of Classic Rose #EECBE1

Color information

#EECBE1 (or 0xEECBE1) is unknown color: approx Classic Rose. HEX triplet: EE, CB and E1. RGB value is (238,203,225). Sum of RGB (Red+Green+Blue) = 238+203+225=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBE1 is #11341E. Grayscale: #D7D7D7. Windows color (decimal): -1127455 or 14797806. OLE color: 14797806.

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

Color convert

RGB238203225-
CMYK00.150.050.07
HSL322.29º50.72%86.47%-
HSV(B)322.29º14.71%93.33%-
XYZ70.2166.3380.34-
YUV215.97133.1143.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.74%
GREEN value IS 203 (79.69% from 255) = 30.48%
BLUE value IS 225 (88.28% from 255) = 33.78%
R=35.74%
G=30.48%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820322500.150.050.07322.2950.7286.47
HexEECBE10F571423356
Octal3563133410175750263126
Binary111011101100101111100001011111011111010000101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBE1; }

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

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

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

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

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

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

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

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