#ECCBE0

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

Shades of Classic Rose #ECCBE0

Tints of Classic Rose #ECCBE0

Color information

#ECCBE0 (or 0xECCBE0) is unknown color: approx Classic Rose. HEX triplet: EC, CB and E0. RGB value is (236,203,224). Sum of RGB (Red+Green+Blue) = 236+203+224=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 224 (87.89% from 255 or 33.79% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBE0 is #13341F. Grayscale: #D7D7D7. Windows color (decimal): -1258528 or 14732268. OLE color: 14732268.

HSL color Cylindrical-coordinate representation of color #ECCBE0: hue angle of 321.82º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCBE0 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB236203224-
CMYK00.140.050.07
HSL321.82º46.48%86.08%-
HSV(B)321.82º13.98%92.55%-
XYZ69.465.9379.59-
YUV215.26132.93142.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.60%
GREEN value IS 203 (79.69% from 255) = 30.62%
BLUE value IS 224 (87.89% from 255) = 33.79%
R=35.60%
G=30.62%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620322400.140.050.07321.8246.4886.08
HexECCBE00E571422e56
Octal3543133400165750256126
Binary111011001100101111100000011101011111010000101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBE0; }

 p { color: rgb(236,203,224); }

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

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

 a { background-color: rgb(236,203,224); }

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

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

 span { border-color: rgb(236,203,224); }

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