#E0CFD0

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

Shades of Pale Rose #E0CFD0

Tints of Pale Rose #E0CFD0

Color information

#E0CFD0 (or 0xE0CFD0) is unknown color: approx Pale Rose. HEX triplet: E0, CF and D0. RGB value is (224,207,208). Sum of RGB (Red+Green+Blue) = 224+207+208=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFD0 is #1F302F. Grayscale: #D4D4D4. Windows color (decimal): -2043952 or 13684704. OLE color: 13684704.

HSL color Cylindrical-coordinate representation of color #E0CFD0: hue angle of 356.47º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0CFD0 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB224207208-
CMYK00.080.070.12
HSL356.47º21.52%84.51%-
HSV(B)356.47º7.59%87.84%-
XYZ64.4465.0368.83-
YUV212.2125.63136.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.05%
GREEN value IS 207 (81.25% from 255) = 32.39%
BLUE value IS 208 (81.64% from 255) = 32.55%
R=35.05%
G=32.39%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420720800.080.070.12356.4721.5284.51
HexE0CFD0087C1641655
Octal34031732001071454426125
Binary111000001100111111010000010001111100101100100101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFD0; }

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

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

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

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

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

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

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

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