#EBCADE

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

Shades of Classic Rose #EBCADE

Tints of Classic Rose #EBCADE

Color information

#EBCADE (or 0xEBCADE) is unknown color: approx Classic Rose. HEX triplet: EB, CA and DE. RGB value is (235,202,222). Sum of RGB (Red+Green+Blue) = 235+202+222=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCADE is #143521. Grayscale: #D6D6D6. Windows color (decimal): -1324322 or 14600939. OLE color: 14600939.

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

Color convert

RGB235202222-
CMYK00.140.060.08
HSL323.64º45.21%85.69%-
HSV(B)323.64º14.04%92.16%-
XYZ68.5765.1878.07-
YUV214.15132.43142.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 202 (79.30% from 255) = 30.65%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=35.66%
G=30.65%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520222200.140.060.08323.6445.2185.69
HexEBCADE0E681442d56
Octal35331233601661050455126
Binary1110101111001010110111100111011010001010001001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCADE; }

 p { color: rgb(235,202,222); }

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

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

 a { background-color: rgb(235,202,222); }

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

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

 span { border-color: rgb(235,202,222); }

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