Html Css Color HEX #ECD0D7 Pale Rose

📋 copy color: '#ECD0D7'

red 236 ◦ green 208 ◦ blue 215

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

Shades of Pale Rose #ECD0D7

Tints of Pale Rose #ECD0D7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.56%

 BLUE value IS 215 (84.38% from 255) = 32.63%

R = 35.81%
G = 31.56%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ECD0D7 (or 0xECD0D7) is known color: Pale Rose. HEX triplet: EC, D0 and D7. RGB value is (236,208,215). Sum of RGB (Red+Green+Blue) = 236+208+215=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 215 (84.38% from 255 or 32.63% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0D7 is #132F28. Grayscale: #D9D9D9. Windows color (decimal): -1257257 or 14143724. OLE color: 14143724.

HSL color Cylindrical-coordinate representation of color #ECD0D7: hue angle of 345º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD0D7 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 208 215 -
CMYK 0 0.12 0.09 0.07
HSL 345º 0.42% 0.87% -
HSV(B) 345º 0.12% 0.93% -
XYZ 69.41 67.85 73.73 -
YUV 217.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 236 208 215 0 0.12 0.09 0.07 345 0.42 0.87
Hex EC D0 D7 0 C 9 7 159 2A 57
Octal 354 320 327 0 14 11 7 531 52 127
Binary 11101100 11010000 11010111 0 1100 1001 111 101011001 101010 1010111

Color Harmonies of #ECD0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0D7

Black with #ECD0D7

Text Example


Text Example

White with #ECD0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD0D7; }

 p { color: rgb(236,208,215); }

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

background-color css

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

 a { background-color: rgb(236,208,215); }

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

border-color css

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

 span { border-color: rgb(236,208,215); }

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