Html Css Color HEX #ECD5D9 Pale Rose

📋 copy color: '#ECD5D9'

red 236 ◦ green 213 ◦ blue 217

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

Shades of Pale Rose #ECD5D9

Tints of Pale Rose #ECD5D9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.98%

 BLUE value IS 217 (85.16% from 255) = 32.58%

R = 35.44%
G = 31.98%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ECD5D9 (or 0xECD5D9) is known color: Pale Rose. HEX triplet: EC, D5 and D9. RGB value is (236,213,217). Sum of RGB (Red+Green+Blue) = 236+213+217=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 217 (85.16% from 255 or 32.58% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5D9 is #132A26. Grayscale: #DCDCDC. Windows color (decimal): -1255975 or 14276076. OLE color: 14276076.

HSL color Cylindrical-coordinate representation of color #ECD5D9: hue angle of 349.57º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD5D9 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 213 217 -
CMYK 0 0.10 0.08 0.07
HSL 349.57º 0.38% 0.88% -
HSV(B) 349.57º 0.1% 0.93% -
XYZ 70.91 70.43 75.5 -
YUV 220.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 236 213 217 0 0.10 0.08 0.07 349.57 0.38 0.88
Hex EC D5 D9 0 A 8 7 15E 26 58
Octal 354 325 331 0 12 10 7 536 46 130
Binary 11101100 11010101 11011001 0 1010 1000 111 101011110 100110 1011000

Color Harmonies of #ECD5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD5D9

Black with #ECD5D9

Text Example


Text Example

White with #ECD5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD5D9; }

 p { color: rgb(236,213,217); }

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

background-color css

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

 a { background-color: rgb(236,213,217); }

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

border-color css

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

 span { border-color: rgb(236,213,217); }

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