Html Css Color HEX #E2CCCF Pale Rose

📋 copy color: '#E2CCCF'

red 226 ◦ green 204 ◦ blue 207

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

Shades of Pale Rose #E2CCCF

Tints of Pale Rose #E2CCCF

RGB

 RED value IS 226 (88.67% from 255) = 35.48%

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

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

R = 35.48%
G = 32.03%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E2CCCF (or 0xE2CCCF) is known color: Pale Rose. HEX triplet: E2, CC and CF. RGB value is (226,204,207). Sum of RGB (Red+Green+Blue) = 226+204+207=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCCF is #1D3330. Grayscale: #D2D2D2. Windows color (decimal): -1913649 or 13618402. OLE color: 13618402.

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

Color convert

RGB 226 204 207 -
CMYK 0 0.10 0.08 0.11
HSL 351.82º 0.28% 0.84% -
HSV(B) 351.82º 0.1% 0.89% -
XYZ 64.22 63.86 67.97 -
YUV 210.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 226 204 207 0 0.10 0.08 0.11 351.82 0.28 0.84
Hex E2 CC CF 0 A 8 B 160 1C 54
Octal 342 314 317 0 12 10 13 540 34 124
Binary 11100010 11001100 11001111 0 1010 1000 1011 101100000 11100 1010100

Color Harmonies of #E2CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CCCF

Black with #E2CCCF

Text Example


Text Example

White with #E2CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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