Html Css Color HEX #ECD2D9 Pale Rose

📋 copy color: '#ECD2D9'

red 236 ◦ green 210 ◦ blue 217

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

Shades of Pale Rose #ECD2D9

Tints of Pale Rose #ECD2D9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.67%

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

R = 35.6%
G = 31.67%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ECD2D9 (or 0xECD2D9) is known color: Pale Rose. HEX triplet: EC, D2 and D9. RGB value is (236,210,217). Sum of RGB (Red+Green+Blue) = 236+210+217=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 210 (82.42% from 255 or 31.67% from 663); Blue value is 217 (85.16% from 255 or 32.73% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2D9 is #132D26. Grayscale: #DADADA. Windows color (decimal): -1256743 or 14275308. OLE color: 14275308.

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

Color convert

RGB 236 210 217 -
CMYK 0 0.11 0.08 0.07
HSL 343.85º 0.41% 0.87% -
HSV(B) 343.85º 0.11% 0.93% -
XYZ 70.16 68.94 75.25 -
YUV 218.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 236 210 217 0 0.11 0.08 0.07 343.85 0.41 0.87
Hex EC D2 D9 0 B 8 7 158 29 57
Octal 354 322 331 0 13 10 7 530 51 127
Binary 11101100 11010010 11011001 0 1011 1000 111 101011000 101001 1010111

Color Harmonies of #ECD2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2D9

Black with #ECD2D9

Text Example


Text Example

White with #ECD2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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