Html Css Color HEX #ECDADC Pale Rose

📋 copy color: '#ECDADC'

red 236 ◦ green 218 ◦ blue 220

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

Shades of Pale Rose #ECDADC

Tints of Pale Rose #ECDADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.64%

R = 35.01%
G = 32.34%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ECDADC (or 0xECDADC) is known color: Pale Rose. HEX triplet: EC, DA and DC. RGB value is (236,218,220). Sum of RGB (Red+Green+Blue) = 236+218+220=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDADC is #132523. Grayscale: #DFDFDF. Windows color (decimal): -1254692 or 14473964. OLE color: 14473964.

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

Color convert

RGB 236 218 220 -
CMYK 0 0.08 0.07 0.07
HSL 353.33º 0.32% 0.89% -
HSV(B) 353.33º 0.08% 0.93% -
XYZ 72.58 73.14 78 -
YUV 223.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 236 218 220 0 0.08 0.07 0.07 353.33 0.32 0.89
Hex EC DA DC 0 8 7 7 161 20 59
Octal 354 332 334 0 10 7 7 541 40 131
Binary 11101100 11011010 11011100 0 1000 111 111 101100001 100000 1011001

Color Harmonies of #ECDADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDADC

Black with #ECDADC

Text Example


Text Example

White with #ECDADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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