Html Css Color HEX #E1CFD1 Pale Rose

📋 copy color: '#E1CFD1'

red 225 ◦ green 207 ◦ blue 209

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

Shades of Pale Rose #E1CFD1

Tints of Pale Rose #E1CFD1

RGB

 RED value IS 225 (88.28% from 255) = 35.1%

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

 BLUE value IS 209 (82.03% from 255) = 32.61%

R = 35.1%
G = 32.29%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E1CFD1 (or 0xE1CFD1) is known color: Pale Rose. HEX triplet: E1, CF and D1. RGB value is (225,207,209). Sum of RGB (Red+Green+Blue) = 225+207+209=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CFD1 is #1E302E. Grayscale: #D4D4D4. Windows color (decimal): -1978415 or 13750241. OLE color: 13750241.

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

Color convert

RGB 225 207 209 -
CMYK 0 0.08 0.07 0.12
HSL 353.33º 0.23% 0.85% -
HSV(B) 353.33º 0.08% 0.88% -
XYZ 64.87 65.24 69.49 -
YUV 212.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 225 207 209 0 0.08 0.07 0.12 353.33 0.23 0.85
Hex E1 CF D1 0 8 7 C 161 17 55
Octal 341 317 321 0 10 7 14 541 27 125
Binary 11100001 11001111 11010001 0 1000 111 1100 101100001 10111 1010101

Color Harmonies of #E1CFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CFD1

Black with #E1CFD1

Text Example


Text Example

White with #E1CFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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