#EECBDF

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

Shades of Classic Rose #EECBDF

Tints of Classic Rose #EECBDF

Color information

#EECBDF (or 0xEECBDF) is unknown color: approx Classic Rose. HEX triplet: EE, CB and DF. RGB value is (238,203,223). Sum of RGB (Red+Green+Blue) = 238+203+223=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBDF is #113420. Grayscale: #D7D7D7. Windows color (decimal): -1127457 or 14666734. OLE color: 14666734.

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

Color convert

RGB238203223-
CMYK00.150.060.07
HSL325.71º50.72%86.47%-
HSV(B)325.71º14.71%93.33%-
XYZ69.9466.2278.91-
YUV215.74132.1143.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.84%
GREEN value IS 203 (79.69% from 255) = 30.57%
BLUE value IS 223 (87.5% from 255) = 33.58%
R=35.84%
G=30.57%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820322300.150.060.07325.7150.7286.47
HexEECBDF0F671463356
Octal3563133370176750663126
Binary111011101100101111011111011111101111010001101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBDF; }

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

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

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

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

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

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

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

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