Html Css Color HEX #E0CED0 Pale Rose

📋 copy color: '#E0CED0'

red 224 ◦ green 206 ◦ blue 208

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

Shades of Pale Rose #E0CED0

Tints of Pale Rose #E0CED0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.29%

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

R = 35.11%
G = 32.29%
B = 32.6%

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

#E0CED0 (or 0xE0CED0) is known color: Pale Rose. HEX triplet: E0, CE and D0. RGB value is (224,206,208). Sum of RGB (Red+Green+Blue) = 224+206+208=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CED0 is #1F312F. Grayscale: #D3D3D3. Windows color (decimal): -2044208 or 13684448. OLE color: 13684448.

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

Color convert

RGB 224 206 208 -
CMYK 0 0.08 0.07 0.12
HSL 353.33º 0.23% 0.84% -
HSV(B) 353.33º 0.08% 0.88% -
XYZ 64.2 64.54 68.75 -
YUV 211.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 224 206 208 0 0.08 0.07 0.12 353.33 0.23 0.84
Hex E0 CE D0 0 8 7 C 161 16 54
Octal 340 316 320 0 10 7 14 541 26 124
Binary 11100000 11001110 11010000 0 1000 111 1100 101100001 10110 1010100

Color Harmonies of #E0CED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CED0

Black with #E0CED0

Text Example


Text Example

White with #E0CED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CED0; }

 p { color: rgb(224,206,208); }

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

background-color css

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

 a { background-color: rgb(224,206,208); }

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

border-color css

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

 span { border-color: rgb(224,206,208); }

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