Html Css Color HEX #ECD2D6 Pale Rose

📋 copy color: '#ECD2D6'

red 236 ◦ green 210 ◦ blue 214

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

Shades of Pale Rose #ECD2D6

Tints of Pale Rose #ECD2D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.42%

R = 35.76%
G = 31.82%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ECD2D6 (or 0xECD2D6) is known color: Pale Rose. HEX triplet: EC, D2 and D6. RGB value is (236,210,214). Sum of RGB (Red+Green+Blue) = 236+210+214=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 214 (83.98% from 255 or 32.42% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2D6 is #132D29. Grayscale: #DADADA. Windows color (decimal): -1256746 or 14078700. OLE color: 14078700.

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

Color convert

RGB 236 210 214 -
CMYK 0 0.11 0.09 0.07
HSL 350.77º 0.41% 0.87% -
HSV(B) 350.77º 0.11% 0.93% -
XYZ 69.78 68.78 73.22 -
YUV 218.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 236 210 214 0 0.11 0.09 0.07 350.77 0.41 0.87
Hex EC D2 D6 0 B 9 7 15F 29 57
Octal 354 322 326 0 13 11 7 537 51 127
Binary 11101100 11010010 11010110 0 1011 1001 111 101011111 101001 1010111

Color Harmonies of #ECD2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2D6

Black with #ECD2D6

Text Example


Text Example

White with #ECD2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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