#E8CFDF

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

Shades of Classic Rose #E8CFDF

Tints of Classic Rose #E8CFDF

Color information

#E8CFDF (or 0xE8CFDF) is unknown color: approx Classic Rose. HEX triplet: E8, CF and DF. RGB value is (232,207,223). Sum of RGB (Red+Green+Blue) = 232+207+223=662 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.05% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CFDF is #173020. Grayscale: #D8D8D8. Windows color (decimal): -1519649 or 14667752. OLE color: 14667752.

HSL color Cylindrical-coordinate representation of color #E8CFDF: hue angle of 321.6º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8CFDF is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB232207223-
CMYK00.110.040.09
HSL321.6º35.21%86.08%-
HSV(B)321.6º10.78%90.98%-
XYZ68.9167.1179.13-
YUV216.3131.78139.2-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.05%
GREEN value IS 207 (81.25% from 255) = 31.27%
BLUE value IS 223 (87.5% from 255) = 33.69%
R=35.05%
G=31.27%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220722300.110.040.09321.635.2186.08
HexE8CFDF0B491422356
Octal35031733701341150243126
Binary1110100011001111110111110101110010011010000101000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CFDF; }

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

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

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

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

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

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

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

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