Html Css Color HEX #ECDEE0 Pale Rose

📋 copy color: '#ECDEE0'

red 236 ◦ green 222 ◦ blue 224

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

Shades of Pale Rose #ECDEE0

Tints of Pale Rose #ECDEE0

RGB

 RED value IS 236 (92.58% from 255) = 34.6%

 GREEN value IS 222 (87.11% from 255) = 32.55%

 BLUE value IS 224 (87.89% from 255) = 32.84%

R = 34.6%
G = 32.55%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ECDEE0 (or 0xECDEE0) is known color: Pale Rose. HEX triplet: EC, DE and E0. RGB value is (236,222,224). Sum of RGB (Red+Green+Blue) = 236+222+224=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEE0 is #13211F. Grayscale: #E2E2E2. Windows color (decimal): -1253664 or 14737132. OLE color: 14737132.

HSL color Cylindrical-coordinate representation of color #ECDEE0: hue angle of 351.43º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECDEE0 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 222 224 -
CMYK 0 0.06 0.05 0.07
HSL 351.43º 0.27% 0.9% -
HSV(B) 351.43º 0.06% 0.93% -
XYZ 74.17 75.46 81.18 -
YUV 226.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 236 222 224 0 0.06 0.05 0.07 351.43 0.27 0.9
Hex EC DE E0 0 6 5 7 15F 1B 5A
Octal 354 336 340 0 6 5 7 537 33 132
Binary 11101100 11011110 11100000 0 110 101 111 101011111 11011 1011010

Color Harmonies of #ECDEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDEE0

Black with #ECDEE0

Text Example


Text Example

White with #ECDEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDEE0; }

 p { color: rgb(236,222,224); }

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

background-color css

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

 a { background-color: rgb(236,222,224); }

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

border-color css

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

 span { border-color: rgb(236,222,224); }

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