#EBC3DD

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

Shades of Classic Rose #EBC3DD

Tints of Classic Rose #EBC3DD

Color information

#EBC3DD (or 0xEBC3DD) is unknown color: approx Classic Rose. HEX triplet: EB, C3 and DD. RGB value is (235,195,221). Sum of RGB (Red+Green+Blue) = 235+195+221=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3DD is #143C22. Grayscale: #D1D1D1. Windows color (decimal): -1326115 or 14533611. OLE color: 14533611.

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

Color convert

RGB235195221-
CMYK00.170.060.08
HSL321º50%84.31%-
HSV(B)321º17.02%92.16%-
XYZ66.8361.9176.83-
YUV209.92134.25145.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 195 (76.56% from 255) = 29.95%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=36.10%
G=29.95%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519522100.170.060.083215084.31
HexEBC3DD011681413254
Octal35330333502161050162124
Binary11101011110000111101110101000111010001010000011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3DD; }

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

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

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

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

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

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

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

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