Html Css Color HEX #ECD2D8 Pale Rose

📋 copy color: '#ECD2D8'

red 236 ◦ green 210 ◦ blue 216

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

Shades of Pale Rose #ECD2D8

Tints of Pale Rose #ECD2D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32.63%

R = 35.65%
G = 31.72%
B = 32.63%

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

#ECD2D8 (or 0xECD2D8) is known color: Pale Rose. HEX triplet: EC, D2 and D8. RGB value is (236,210,216). Sum of RGB (Red+Green+Blue) = 236+210+216=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 216 (84.77% from 255 or 32.63% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2D8 is #132D27. Grayscale: #DADADA. Windows color (decimal): -1256744 or 14209772. OLE color: 14209772.

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

Color convert

RGB 236 210 216 -
CMYK 0 0.11 0.08 0.07
HSL 346.15º 0.41% 0.87% -
HSV(B) 346.15º 0.11% 0.93% -
XYZ 70.03 68.88 74.57 -
YUV 218.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 236 210 216 0 0.11 0.08 0.07 346.15 0.41 0.87
Hex EC D2 D8 0 B 8 7 15A 29 57
Octal 354 322 330 0 13 10 7 532 51 127
Binary 11101100 11010010 11011000 0 1011 1000 111 101011010 101001 1010111

Color Harmonies of #ECD2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2D8

Black with #ECD2D8

Text Example


Text Example

White with #ECD2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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