#EBCEDD

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

Shades of Classic Rose #EBCEDD

Tints of Classic Rose #EBCEDD

Color information

#EBCEDD (or 0xEBCEDD) is unknown color: approx Classic Rose. HEX triplet: EB, CE and DD. RGB value is (235,206,221). Sum of RGB (Red+Green+Blue) = 235+206+221=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCEDD is #143122. Grayscale: #D8D8D8. Windows color (decimal): -1323299 or 14536427. OLE color: 14536427.

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

Color convert

RGB235206221-
CMYK00.120.060.08
HSL328.97º42.03%86.47%-
HSV(B)328.97º12.34%92.16%-
XYZ69.3867.0377.69-
YUV216.38130.61141.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 221 (86.72% from 255) = 33.38%
R=35.50%
G=31.12%
B=33.38%

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
Decimal23520622100.120.060.08328.9742.0386.47
HexEBCEDD0C681492a56
Octal35331633501461051152126
Binary1110101111001110110111010110011010001010010011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEDD; }

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

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

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

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

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

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

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

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