Html Css Color HEX #E0CECF Pale Rose

📋 copy color: '#E0CECF'

red 224 ◦ green 206 ◦ blue 207

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

Shades of Pale Rose #E0CECF

Tints of Pale Rose #E0CECF

RGB

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

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

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

R = 35.16%
G = 32.34%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E0CECF (or 0xE0CECF) is known color: Pale Rose. HEX triplet: E0, CE and CF. RGB value is (224,206,207). Sum of RGB (Red+Green+Blue) = 224+206+207=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CECF is #1F3130. Grayscale: #D3D3D3. Windows color (decimal): -2044209 or 13618912. OLE color: 13618912.

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

Color convert

RGB 224 206 207 -
CMYK 0 0.08 0.08 0.12
HSL 356.67º 0.23% 0.84% -
HSV(B) 356.67º 0.08% 0.88% -
XYZ 64.07 64.49 68.1 -
YUV 211.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 224 206 207 0 0.08 0.08 0.12 356.67 0.23 0.84
Hex E0 CE CF 0 8 8 C 165 16 54
Octal 340 316 317 0 10 10 14 545 26 124
Binary 11100000 11001110 11001111 0 1000 1000 1100 101100101 10110 1010100

Color Harmonies of #E0CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CECF

Black with #E0CECF

Text Example


Text Example

White with #E0CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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