#EECBDC

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

Shades of Classic Rose #EECBDC

Tints of Classic Rose #EECBDC

Color information

#EECBDC (or 0xEECBDC) is unknown color: approx Classic Rose. HEX triplet: EE, CB and DC. RGB value is (238,203,220). Sum of RGB (Red+Green+Blue) = 238+203+220=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBDC is #113423. Grayscale: #D7D7D7. Windows color (decimal): -1127460 or 14470126. OLE color: 14470126.

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

Color convert

RGB238203220-
CMYK00.150.080.07
HSL330.86º50.72%86.47%-
HSV(B)330.86º14.71%93.33%-
XYZ69.5366.0676.8-
YUV215.4130.6144.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.01%
GREEN value IS 203 (79.69% from 255) = 30.71%
BLUE value IS 220 (86.33% from 255) = 33.28%
R=36.01%
G=30.71%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820322000.150.080.07330.8650.7286.47
HexEECBDC0F8714b3356
Octal35631333401710751363126
Binary1110111011001011110111000111110001111010010111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBDC; }

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

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

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

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

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

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

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

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