Html Css Color HEX #E1CDD0 Pale Rose

📋 copy color: '#E1CDD0'

red 225 ◦ green 205 ◦ blue 208

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

Shades of Pale Rose #E1CDD0

Tints of Pale Rose #E1CDD0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.13%

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

R = 35.27%
G = 32.13%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E1CDD0 (or 0xE1CDD0) is known color: Pale Rose. HEX triplet: E1, CD and D0. RGB value is (225,205,208). Sum of RGB (Red+Green+Blue) = 225+205+208=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDD0 is #1E322F. Grayscale: #D3D3D3. Windows color (decimal): -1978928 or 13684193. OLE color: 13684193.

HSL color Cylindrical-coordinate representation of color #E1CDD0: hue angle of 351º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1CDD0 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 205 208 -
CMYK 0 0.09 0.08 0.12
HSL 351º 0.25% 0.84% -
HSV(B) 351º 0.09% 0.88% -
XYZ 64.27 64.22 68.68 -
YUV 211.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 225 205 208 0 0.09 0.08 0.12 351 0.25 0.84
Hex E1 CD D0 0 9 8 C 15F 19 54
Octal 341 315 320 0 11 10 14 537 31 124
Binary 11100001 11001101 11010000 0 1001 1000 1100 101011111 11001 1010100

Color Harmonies of #E1CDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CDD0

Black with #E1CDD0

Text Example


Text Example

White with #E1CDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CDD0; }

 p { color: rgb(225,205,208); }

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

background-color css

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

 a { background-color: rgb(225,205,208); }

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

border-color css

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

 span { border-color: rgb(225,205,208); }

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