Html Css Color HEX #E5CFD2 Pale Rose

📋 copy color: '#E5CFD2'

red 229 ◦ green 207 ◦ blue 210

#E5CFD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Rose #E5CFD2

Tints of Pale Rose #E5CFD2

RGB

 RED value IS 229 (89.84% from 255) = 35.45%

 GREEN value IS 207 (81.25% from 255) = 32.04%

 BLUE value IS 210 (82.42% from 255) = 32.51%

R = 35.45%
G = 32.04%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E5CFD2 (or 0xE5CFD2) is known color: Pale Rose. HEX triplet: E5, CF and D2. RGB value is (229,207,210). Sum of RGB (Red+Green+Blue) = 229+207+210=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 210 (82.42% from 255 or 32.51% from 646); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CFD2 is #1A302D. Grayscale: #D5D5D5. Windows color (decimal): -1716270 or 13815781. OLE color: 13815781.

HSL color Cylindrical-coordinate representation of color #E5CFD2: hue angle of 351.82º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5CFD2 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 207 210 -
CMYK 0 0.10 0.08 0.10
HSL 351.82º 0.3% 0.85% -
HSV(B) 351.82º 0.1% 0.9% -
XYZ 66.26 65.94 70.21 -
YUV 213.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 229 207 210 0 0.10 0.08 0.10 351.82 0.3 0.85
Hex E5 CF D2 0 A 8 A 160 1E 55
Octal 345 317 322 0 12 10 12 540 36 125
Binary 11100101 11001111 11010010 0 1010 1000 1010 101100000 11110 1010101

Color Harmonies of #E5CFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CFD2

Black with #E5CFD2

Text Example


Text Example

White with #E5CFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CFD2; }

 p { color: rgb(229,207,210); }

 H1.HeaderClassName
 {
   color: #E5CFD2;
 }
 .AnyTagClassName
 {
   color: #E5CFD2;
 }
</style>

background-color css

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

 a { background-color: rgb(229,207,210); }

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

border-color css

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

 span { border-color: rgb(229,207,210); }

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