#EBCCDF

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

Shades of Classic Rose #EBCCDF

Tints of Classic Rose #EBCCDF

Color information

#EBCCDF (or 0xEBCCDF) is unknown color: approx Classic Rose. HEX triplet: EB, CC and DF. RGB value is (235,204,223). Sum of RGB (Red+Green+Blue) = 235+204+223=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCDF is #143320. Grayscale: #D7D7D7. Windows color (decimal): -1323809 or 14666987. OLE color: 14666987.

HSL color Cylindrical-coordinate representation of color #EBCCDF: hue angle of 323.23º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCCDF is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB235204223-
CMYK00.130.050.08
HSL323.23º43.66%86.08%-
HSV(B)323.23º13.19%92.16%-
XYZ69.1766.1878.94-
YUV215.43132.27141.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 204 (80.08% from 255) = 30.82%
BLUE value IS 223 (87.5% from 255) = 33.69%
R=35.50%
G=30.82%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520422300.130.050.08323.2343.6686.08
HexEBCCDF0D581432c56
Octal35331433701551050354126
Binary1110101111001100110111110110110110001010000111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCDF; }

 p { color: rgb(235,204,223); }

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

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

 a { background-color: rgb(235,204,223); }

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

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

 span { border-color: rgb(235,204,223); }

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