#E7CFDF

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

Shades of Classic Rose #E7CFDF

Tints of Classic Rose #E7CFDF

Color information

#E7CFDF (or 0xE7CFDF) is unknown color: approx Classic Rose. HEX triplet: E7, CF and DF. RGB value is (231,207,223). Sum of RGB (Red+Green+Blue) = 231+207+223=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CFDF is #183020. Grayscale: #D7D7D7. Windows color (decimal): -1585185 or 14667751. OLE color: 14667751.

HSL color Cylindrical-coordinate representation of color #E7CFDF: hue angle of 320º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7CFDF is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB231207223-
CMYK00.100.030.09
HSL320º33.33%85.88%-
HSV(B)320º10.39%90.59%-
XYZ68.5966.9479.12-
YUV216131.95138.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.95%
GREEN value IS 207 (81.25% from 255) = 31.32%
BLUE value IS 223 (87.5% from 255) = 33.74%
R=34.95%
G=31.32%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120722300.100.030.0932033.3385.88
HexE7CFDF0A391402156
Octal34731733701231150041126
Binary111001111100111111011111010101110011010000001000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CFDF; }

 p { color: rgb(231,207,223); }

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

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

 a { background-color: rgb(231,207,223); }

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

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

 span { border-color: rgb(231,207,223); }

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