#EBCFE0

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

Shades of Classic Rose #EBCFE0

Tints of Classic Rose #EBCFE0

Color information

#EBCFE0 (or 0xEBCFE0) is unknown color: approx Classic Rose. HEX triplet: EB, CF and E0. RGB value is (235,207,224). Sum of RGB (Red+Green+Blue) = 235+207+224=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFE0 is #14301F. Grayscale: #D9D9D9. Windows color (decimal): -1323040 or 14733291. OLE color: 14733291.

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

Color convert

RGB235207224-
CMYK00.120.050.08
HSL323.57º41.18%86.67%-
HSV(B)323.57º11.91%92.16%-
XYZ70.0367.6779.89-
YUV217.31131.78140.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 207 (81.25% from 255) = 31.08%
BLUE value IS 224 (87.89% from 255) = 33.63%
R=35.29%
G=31.08%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520722400.120.050.08323.5741.1886.67
HexEBCFE00C581442957
Octal35331734001451050451127
Binary1110101111001111111000000110010110001010001001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFE0; }

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

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

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

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

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

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

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

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