#EBC2DD

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

Shades of Classic Rose #EBC2DD

Tints of Classic Rose #EBC2DD

Color information

#EBC2DD (or 0xEBC2DD) is unknown color: approx Classic Rose. HEX triplet: EB, C2 and DD. RGB value is (235,194,221). Sum of RGB (Red+Green+Blue) = 235+194+221=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2DD is #143D22. Grayscale: #D1D1D1. Windows color (decimal): -1326371 or 14533355. OLE color: 14533355.

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

Color convert

RGB235194221-
CMYK00.170.060.08
HSL320.49º50.62%84.12%-
HSV(B)320.49º17.45%92.16%-
XYZ66.661.4776.76-
YUV209.34134.58146.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 194 (76.17% from 255) = 29.85%
BLUE value IS 221 (86.72% from 255) = 34%
R=36.15%
G=29.85%
B=34%

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
Decimal23519422100.170.060.08320.4950.6284.12
HexEBC2DD011681403354
Octal35330233502161050063124
Binary11101011110000101101110101000111010001010000001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2DD; }

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

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

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

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

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

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

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

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