Html Css Color HEX #E5CFD0 Pale Rose

📋 copy color: '#E5CFD0'

red 229 ◦ green 207 ◦ blue 208

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

Shades of Pale Rose #E5CFD0

Tints of Pale Rose #E5CFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.3%

R = 35.56%
G = 32.14%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E5CFD0 (or 0xE5CFD0) is known color: Pale Rose. HEX triplet: E5, CF and D0. RGB value is (229,207,208). Sum of RGB (Red+Green+Blue) = 229+207+208=644 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.56% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CFD0 is #1A302F. Grayscale: #D5D5D5. Windows color (decimal): -1716272 or 13684709. OLE color: 13684709.

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

Color convert

RGB 229 207 208 -
CMYK 0 0.10 0.09 0.10
HSL 357.27º 0.3% 0.85% -
HSV(B) 357.27º 0.1% 0.9% -
XYZ 66.01 65.84 68.9 -
YUV 213.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 229 207 208 0 0.10 0.09 0.10 357.27 0.3 0.85
Hex E5 CF D0 0 A 9 A 165 1E 55
Octal 345 317 320 0 12 11 12 545 36 125
Binary 11100101 11001111 11010000 0 1010 1001 1010 101100101 11110 1010101

Color Harmonies of #E5CFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CFD0

Black with #E5CFD0

Text Example


Text Example

White with #E5CFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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