#E4CFD1

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

Shades of Pale Rose #E4CFD1

Tints of Pale Rose #E4CFD1

Color information

#E4CFD1 (or 0xE4CFD1) is unknown color: approx Pale Rose. HEX triplet: E4, CF and D1. RGB value is (228,207,209). Sum of RGB (Red+Green+Blue) = 228+207+209=644 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.40% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CFD1 is #1B302E. Grayscale: #D5D5D5. Windows color (decimal): -1781807 or 13750244. OLE color: 13750244.

HSL color Cylindrical-coordinate representation of color #E4CFD1: hue angle of 354.29º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E4CFD1 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB228207209-
CMYK00.090.080.11
HSL354.29º28%85.29%-
HSV(B)354.29º9.21%89.41%-
XYZ65.8265.7269.54-
YUV213.51125.46138.34-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.40%
GREEN value IS 207 (81.25% from 255) = 32.14%
BLUE value IS 209 (82.03% from 255) = 32.45%
R=35.40%
G=32.14%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820720900.090.080.11354.292885.29
HexE4CFD1098B1621c55
Octal344317321011101354234125
Binary1110010011001111110100010100110001011101100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CFD1; }

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

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

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

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

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

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

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

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