Html Css Color HEX #E0CCCD Pale Rose

📋 copy color: '#E0CCCD'

red 224 ◦ green 204 ◦ blue 205

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

Shades of Pale Rose #E0CCCD

Tints of Pale Rose #E0CCCD

RGB

 RED value IS 224 (87.89% from 255) = 35.39%

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

 BLUE value IS 205 (80.47% from 255) = 32.39%

R = 35.39%
G = 32.23%
B = 32.39%

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

#E0CCCD (or 0xE0CCCD) is known color: Pale Rose. HEX triplet: E0, CC and CD. RGB value is (224,204,205). Sum of RGB (Red+Green+Blue) = 224+204+205=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCCD is #1F3332. Grayscale: #D2D2D2. Windows color (decimal): -2044723 or 13487328. OLE color: 13487328.

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

Color convert

RGB 224 204 205 -
CMYK 0 0.09 0.08 0.12
HSL 357º 0.24% 0.84% -
HSV(B) 357º 0.09% 0.88% -
XYZ 63.35 63.44 66.66 -
YUV 210.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 224 204 205 0 0.09 0.08 0.12 357 0.24 0.84
Hex E0 CC CD 0 9 8 C 165 18 54
Octal 340 314 315 0 11 10 14 545 30 124
Binary 11100000 11001100 11001101 0 1001 1000 1100 101100101 11000 1010100

Color Harmonies of #E0CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CCCD

Black with #E0CCCD

Text Example


Text Example

White with #E0CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CCCD; }

 p { color: rgb(224,204,205); }

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

background-color css

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

 a { background-color: rgb(224,204,205); }

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

border-color css

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

 span { border-color: rgb(224,204,205); }

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