#EBCDDA

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

Shades of Classic Rose #EBCDDA

Tints of Classic Rose #EBCDDA

Color information

#EBCDDA (or 0xEBCDDA) is unknown color: approx Classic Rose. HEX triplet: EB, CD and DA. RGB value is (235,205,218). Sum of RGB (Red+Green+Blue) = 235+205+218=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDDA is #143225. Grayscale: #D7D7D7. Windows color (decimal): -1323558 or 14339563. OLE color: 14339563.

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

Color convert

RGB235205218-
CMYK00.130.070.08
HSL334º42.86%86.27%-
HSV(B)334º12.77%92.16%-
XYZ68.7566.3975.52-
YUV215.45129.44141.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.71%
GREEN value IS 205 (80.47% from 255) = 31.16%
BLUE value IS 218 (85.55% from 255) = 33.13%
R=35.71%
G=31.16%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520521800.130.070.0833442.8686.27
HexEBCDDA0D7814e2b56
Octal35331533201571051653126
Binary1110101111001101110110100110111110001010011101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDDA; }

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

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

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

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

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

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

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

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