#EBCBDA

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

Shades of Classic Rose #EBCBDA

Tints of Classic Rose #EBCBDA

Color information

#EBCBDA (or 0xEBCBDA) is unknown color: approx Classic Rose. HEX triplet: EB, CB and DA. RGB value is (235,203,218). Sum of RGB (Red+Green+Blue) = 235+203+218=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBDA is #143425. Grayscale: #D6D6D6. Windows color (decimal): -1324070 or 14339051. OLE color: 14339051.

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

Color convert

RGB235203218-
CMYK00.140.070.08
HSL331.88º44.44%85.88%-
HSV(B)331.88º13.62%92.16%-
XYZ68.2765.4475.36-
YUV214.28130.1142.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 203 (79.69% from 255) = 30.95%
BLUE value IS 218 (85.55% from 255) = 33.23%
R=35.82%
G=30.95%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520321800.140.070.08331.8844.4485.88
HexEBCBDA0E7814c2c56
Octal35331333201671051454126
Binary1110101111001011110110100111011110001010011001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBDA; }

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

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

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

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

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

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

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

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