Html Css Color HEX #ECD0D4 Pale Rose

📋 copy color: '#ECD0D4'

red 236 ◦ green 208 ◦ blue 212

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

Shades of Pale Rose #ECD0D4

Tints of Pale Rose #ECD0D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.32%

R = 35.98%
G = 31.71%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ECD0D4 (or 0xECD0D4) is known color: Pale Rose. HEX triplet: EC, D0 and D4. RGB value is (236,208,212). Sum of RGB (Red+Green+Blue) = 236+208+212=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 212 (83.20% from 255 or 32.32% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0D4 is #132F2B. Grayscale: #D8D8D8. Windows color (decimal): -1257260 or 13947116. OLE color: 13947116.

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

Color convert

RGB 236 208 212 -
CMYK 0 0.12 0.10 0.07
HSL 351.43º 0.42% 0.87% -
HSV(B) 351.43º 0.12% 0.93% -
XYZ 69.03 67.7 71.72 -
YUV 216.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 236 208 212 0 0.12 0.10 0.07 351.43 0.42 0.87
Hex EC D0 D4 0 C A 7 15F 2A 57
Octal 354 320 324 0 14 12 7 537 52 127
Binary 11101100 11010000 11010100 0 1100 1010 111 101011111 101010 1010111

Color Harmonies of #ECD0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0D4

Black with #ECD0D4

Text Example


Text Example

White with #ECD0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD0D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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