#EBCDDD

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

Shades of Classic Rose #EBCDDD

Tints of Classic Rose #EBCDDD

Color information

#EBCDDD (or 0xEBCDDD) is unknown color: approx Classic Rose. HEX triplet: EB, CD and DD. RGB value is (235,205,221). Sum of RGB (Red+Green+Blue) = 235+205+221=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDDD is #143222. Grayscale: #D7D7D7. Windows color (decimal): -1323555 or 14536171. OLE color: 14536171.

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

Color convert

RGB235205221-
CMYK00.130.060.08
HSL328º42.86%86.27%-
HSV(B)328º12.77%92.16%-
XYZ69.1466.5577.61-
YUV215.79130.94141.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 205 (80.47% from 255) = 31.01%
BLUE value IS 221 (86.72% from 255) = 33.43%
R=35.55%
G=31.01%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520522100.130.060.0832842.8686.27
HexEBCDDD0D681482b56
Octal35331533501561051053126
Binary1110101111001101110111010110111010001010010001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDDD; }

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

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

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

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

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

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

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

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