#EBC7DE

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

Shades of Classic Rose #EBC7DE

Tints of Classic Rose #EBC7DE

Color information

#EBC7DE (or 0xEBC7DE) is unknown color: approx Classic Rose. HEX triplet: EB, C7 and DE. RGB value is (235,199,222). Sum of RGB (Red+Green+Blue) = 235+199+222=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7DE is #143821. Grayscale: #D4D4D4. Windows color (decimal): -1325090 or 14600171. OLE color: 14600171.

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

Color convert

RGB235199222-
CMYK00.150.060.08
HSL321.67º47.37%85.1%-
HSV(B)321.67º15.32%92.16%-
XYZ67.8763.7877.84-
YUV212.39133.43144.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 199 (78.12% from 255) = 30.34%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=35.82%
G=30.34%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519922200.150.060.08321.6747.3785.1
HexEBC7DE0F681422f55
Octal35330733601761050257125
Binary1110101111000111110111100111111010001010000101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7DE; }

 p { color: rgb(235,199,222); }

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

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

 a { background-color: rgb(235,199,222); }

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

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

 span { border-color: rgb(235,199,222); }

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