#EBCEDC

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

Shades of Classic Rose #EBCEDC

Tints of Classic Rose #EBCEDC

Color information

#EBCEDC (or 0xEBCEDC) is unknown color: approx Classic Rose. HEX triplet: EB, CE and DC. RGB value is (235,206,220). Sum of RGB (Red+Green+Blue) = 235+206+220=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCEDC is #143123. Grayscale: #D8D8D8. Windows color (decimal): -1323300 or 14470891. OLE color: 14470891.

HSL color Cylindrical-coordinate representation of color #EBCEDC: hue angle of 331.03º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBCEDC is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235206220-
CMYK00.120.060.08
HSL331.03º42.03%86.47%-
HSV(B)331.03º12.34%92.16%-
XYZ69.2566.9776.99-
YUV216.27130.11141.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 206 (80.86% from 255) = 31.16%
BLUE value IS 220 (86.33% from 255) = 33.28%
R=35.55%
G=31.16%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520622000.120.060.08331.0342.0386.47
HexEBCEDC0C6814b2a56
Octal35331633401461051352126
Binary1110101111001110110111000110011010001010010111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEDC; }

 p { color: rgb(235,206,220); }

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

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

 a { background-color: rgb(235,206,220); }

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

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

 span { border-color: rgb(235,206,220); }

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