#EBCBE0

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

Shades of Classic Rose #EBCBE0

Tints of Classic Rose #EBCBE0

Color information

#EBCBE0 (or 0xEBCBE0) is unknown color: approx Classic Rose. HEX triplet: EB, CB and E0. RGB value is (235,203,224). Sum of RGB (Red+Green+Blue) = 235+203+224=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBE0 is #14341F. Grayscale: #D6D6D6. Windows color (decimal): -1324064 or 14732267. OLE color: 14732267.

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

Color convert

RGB235203224-
CMYK00.140.050.08
HSL320.62º44.44%85.88%-
HSV(B)320.62º13.62%92.16%-
XYZ69.0765.7679.57-
YUV214.96133.1142.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 203 (79.69% from 255) = 30.66%
BLUE value IS 224 (87.89% from 255) = 33.84%
R=35.50%
G=30.66%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520322400.140.050.08320.6244.4485.88
HexEBCBE00E581412c56
Octal35331334001651050154126
Binary1110101111001011111000000111010110001010000011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBE0; }

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

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

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

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

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

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

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

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