#E0CFD1

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

Shades of Pale Rose #E0CFD1

Tints of Pale Rose #E0CFD1

Color information

#E0CFD1 (or 0xE0CFD1) is unknown color: approx Pale Rose. HEX triplet: E0, CF and D1. RGB value is (224,207,209). Sum of RGB (Red+Green+Blue) = 224+207+209=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFD1 is #1F302E. Grayscale: #D4D4D4. Windows color (decimal): -2043951 or 13750240. OLE color: 13750240.

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

Color convert

RGB224207209-
CMYK00.080.070.12
HSL352.94º21.52%84.51%-
HSV(B)352.94º7.59%87.84%-
XYZ64.5665.0869.48-
YUV212.31126.13136.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35%
GREEN value IS 207 (81.25% from 255) = 32.34%
BLUE value IS 209 (82.03% from 255) = 32.66%
R=35%
G=32.34%
B=32.66%

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
Decimal22420720900.080.070.12352.9421.5284.51
HexE0CFD1087C1611655
Octal34031732101071454126125
Binary111000001100111111010001010001111100101100001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFD1; }

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

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

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

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

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

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

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

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