#EBCCDA

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

Shades of Classic Rose #EBCCDA

Tints of Classic Rose #EBCCDA

Color information

#EBCCDA (or 0xEBCCDA) is unknown color: approx Classic Rose. HEX triplet: EB, CC and DA. RGB value is (235,204,218). Sum of RGB (Red+Green+Blue) = 235+204+218=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCDA is #143325. Grayscale: #D6D6D6. Windows color (decimal): -1323814 or 14339307. OLE color: 14339307.

HSL color Cylindrical-coordinate representation of color #EBCCDA: hue angle of 332.9º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCCDA is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235204218-
CMYK00.130.070.08
HSL332.9º43.66%86.08%-
HSV(B)332.9º13.19%92.16%-
XYZ68.5165.9175.44-
YUV214.86129.77142.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 204 (80.08% from 255) = 31.05%
BLUE value IS 218 (85.55% from 255) = 33.18%
R=35.77%
G=31.05%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520421800.130.070.08332.943.6686.08
HexEBCCDA0D7814d2c56
Octal35331433201571051554126
Binary1110101111001100110110100110111110001010011011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCDA; }

 p { color: rgb(235,204,218); }

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

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

 a { background-color: rgb(235,204,218); }

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

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

 span { border-color: rgb(235,204,218); }

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