#EBC1DD

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

Shades of Classic Rose #EBC1DD

Tints of Classic Rose #EBC1DD

Color information

#EBC1DD (or 0xEBC1DD) is unknown color: approx Classic Rose. HEX triplet: EB, C1 and DD. RGB value is (235,193,221). Sum of RGB (Red+Green+Blue) = 235+193+221=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1DD is #143E22. Grayscale: #D0D0D0. Windows color (decimal): -1326627 or 14533099. OLE color: 14533099.

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

Color convert

RGB235193221-
CMYK00.180.060.08
HSL320º51.22%83.92%-
HSV(B)320º17.87%92.16%-
XYZ66.3861.0276.69-
YUV208.75134.91146.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 193 (75.78% from 255) = 29.74%
BLUE value IS 221 (86.72% from 255) = 34.05%
R=36.21%
G=29.74%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519322100.180.060.0832051.2283.92
HexEBC1DD012681403354
Octal35330133502261050063124
Binary11101011110000011101110101001011010001010000001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1DD; }

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

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

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

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

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

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

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

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