Html Css Color HEX #ECDAE0 Pale Rose

📋 copy color: '#ECDAE0'

red 236 ◦ green 218 ◦ blue 224

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

Shades of Pale Rose #ECDAE0

Tints of Pale Rose #ECDAE0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.15%

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

R = 34.81%
G = 32.15%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ECDAE0 (or 0xECDAE0) is known color: Pale Rose. HEX triplet: EC, DA and E0. RGB value is (236,218,224). Sum of RGB (Red+Green+Blue) = 236+218+224=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAE0 is #13251F. Grayscale: #E0E0E0. Windows color (decimal): -1254688 or 14736108. OLE color: 14736108.

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

Color convert

RGB 236 218 224 -
CMYK 0 0.08 0.05 0.07
HSL 340º 0.32% 0.89% -
HSV(B) 340º 0.08% 0.93% -
XYZ 73.12 73.36 80.83 -
YUV 224.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 236 218 224 0 0.08 0.05 0.07 340 0.32 0.89
Hex EC DA E0 0 8 5 7 154 20 59
Octal 354 332 340 0 10 5 7 524 40 131
Binary 11101100 11011010 11100000 0 1000 101 111 101010100 100000 1011001

Color Harmonies of #ECDAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDAE0

Black with #ECDAE0

Text Example


Text Example

White with #ECDAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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