#EBCADD

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

Shades of Classic Rose #EBCADD

Tints of Classic Rose #EBCADD

Color information

#EBCADD (or 0xEBCADD) is unknown color: approx Classic Rose. HEX triplet: EB, CA and DD. RGB value is (235,202,221). Sum of RGB (Red+Green+Blue) = 235+202+221=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCADD is #143522. Grayscale: #D5D5D5. Windows color (decimal): -1324323 or 14535403. OLE color: 14535403.

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

Color convert

RGB235202221-
CMYK00.140.060.08
HSL325.45º45.21%85.69%-
HSV(B)325.45º14.04%92.16%-
XYZ68.4365.1277.37-
YUV214.03131.93142.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.71%
GREEN value IS 202 (79.30% from 255) = 30.70%
BLUE value IS 221 (86.72% from 255) = 33.59%
R=35.71%
G=30.70%
B=33.59%

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
Decimal23520222100.140.060.08325.4545.2185.69
HexEBCADD0E681452d56
Octal35331233501661050555126
Binary1110101111001010110111010111011010001010001011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCADD; }

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

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

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

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

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

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

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

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