#EBCFDE

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

Shades of Classic Rose #EBCFDE

Tints of Classic Rose #EBCFDE

Color information

#EBCFDE (or 0xEBCFDE) is unknown color: approx Classic Rose. HEX triplet: EB, CF and DE. RGB value is (235,207,222). Sum of RGB (Red+Green+Blue) = 235+207+222=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFDE is #143021. Grayscale: #D9D9D9. Windows color (decimal): -1323042 or 14602219. OLE color: 14602219.

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

Color convert

RGB235207222-
CMYK00.120.060.08
HSL327.86º41.18%86.67%-
HSV(B)327.86º11.91%92.16%-
XYZ69.7667.5678.47-
YUV217.08130.78140.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 207 (81.25% from 255) = 31.17%
BLUE value IS 222 (87.11% from 255) = 33.43%
R=35.39%
G=31.17%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520722200.120.060.08327.8641.1886.67
HexEBCFDE0C681482957
Octal35331733601461051051127
Binary1110101111001111110111100110011010001010010001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFDE; }

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

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

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

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

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

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

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

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