Html Css Color HEX #E1CCCF Pale Rose

📋 copy color: '#E1CCCF'

red 225 ◦ green 204 ◦ blue 207

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

Shades of Pale Rose #E1CCCF

Tints of Pale Rose #E1CCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.08%

 BLUE value IS 207 (81.25% from 255) = 32.55%

R = 35.38%
G = 32.08%
B = 32.55%

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

#E1CCCF (or 0xE1CCCF) is known color: Pale Rose. HEX triplet: E1, CC and CF. RGB value is (225,204,207). Sum of RGB (Red+Green+Blue) = 225+204+207=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCCF is #1E3330. Grayscale: #D2D2D2. Windows color (decimal): -1979185 or 13618401. OLE color: 13618401.

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

Color convert

RGB 225 204 207 -
CMYK 0 0.09 0.08 0.12
HSL 351.43º 0.26% 0.84% -
HSV(B) 351.43º 0.09% 0.88% -
XYZ 63.91 63.7 67.96 -
YUV 210.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 225 204 207 0 0.09 0.08 0.12 351.43 0.26 0.84
Hex E1 CC CF 0 9 8 C 15F 1A 54
Octal 341 314 317 0 11 10 14 537 32 124
Binary 11100001 11001100 11001111 0 1001 1000 1100 101011111 11010 1010100

Color Harmonies of #E1CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CCCF

Black with #E1CCCF

Text Example


Text Example

White with #E1CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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