#EBC1DC

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

Shades of Classic Rose #EBC1DC

Tints of Classic Rose #EBC1DC

Color information

#EBC1DC (or 0xEBC1DC) is unknown color: approx Classic Rose. HEX triplet: EB, C1 and DC. RGB value is (235,193,220). Sum of RGB (Red+Green+Blue) = 235+193+220=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1DC is #143E23. Grayscale: #D0D0D0. Windows color (decimal): -1326628 or 14467563. OLE color: 14467563.

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

Color convert

RGB235193220-
CMYK00.180.060.08
HSL321.43º51.22%83.92%-
HSV(B)321.43º17.87%92.16%-
XYZ66.2560.9775.99-
YUV208.64134.41146.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 193 (75.78% from 255) = 29.78%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=36.27%
G=29.78%
B=33.95%

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
Decimal23519322000.180.060.08321.4351.2283.92
HexEBC1DC012681413354
Octal35330133402261050163124
Binary11101011110000011101110001001011010001010000011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1DC; }

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

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

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

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

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

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

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

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