#E8CFD0

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

Shades of Pale Rose #E8CFD0

Tints of Pale Rose #E8CFD0

Color information

#E8CFD0 (or 0xE8CFD0) is unknown color: approx Pale Rose. HEX triplet: E8, CF and D0. RGB value is (232,207,208). Sum of RGB (Red+Green+Blue) = 232+207+208=647 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.86% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CFD0 is #17302F. Grayscale: #D6D6D6. Windows color (decimal): -1519664 or 13684712. OLE color: 13684712.

HSL color Cylindrical-coordinate representation of color #E8CFD0: hue angle of 357.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 #E8CFD0 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB232207208-
CMYK00.110.100.09
HSL357.6º35.21%86.08%-
HSV(B)357.6º10.78%90.98%-
XYZ66.9866.3468.95-
YUV214.59124.28140.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.86%
GREEN value IS 207 (81.25% from 255) = 31.99%
BLUE value IS 208 (81.64% from 255) = 32.15%
R=35.86%
G=31.99%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220720800.110.100.09357.635.2186.08
HexE8CFD00BA91662356
Octal350317320013121154643126
Binary11101000110011111101000001011101010011011001101000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CFD0; }

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

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

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

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

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

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

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

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