Html Css Color HEX #ECD2D3 Pale Rose

📋 copy color: '#ECD2D3'

red 236 ◦ green 210 ◦ blue 211

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

Shades of Pale Rose #ECD2D3

Tints of Pale Rose #ECD2D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.12%

R = 35.92%
G = 31.96%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ECD2D3 (or 0xECD2D3) is known color: Pale Rose. HEX triplet: EC, D2 and D3. RGB value is (236,210,211). Sum of RGB (Red+Green+Blue) = 236+210+211=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 211 (82.81% from 255 or 32.12% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2D3 is #132D2C. Grayscale: #D9D9D9. Windows color (decimal): -1256749 or 13882092. OLE color: 13882092.

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

Color convert

RGB 236 210 211 -
CMYK 0 0.11 0.11 0.07
HSL 357.69º 0.41% 0.87% -
HSV(B) 357.69º 0.11% 0.93% -
XYZ 69.4 68.63 71.22 -
YUV 217.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 236 210 211 0 0.11 0.11 0.07 357.69 0.41 0.87
Hex EC D2 D3 0 B B 7 166 29 57
Octal 354 322 323 0 13 13 7 546 51 127
Binary 11101100 11010010 11010011 0 1011 1011 111 101100110 101001 1010111

Color Harmonies of #ECD2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2D3

Black with #ECD2D3

Text Example


Text Example

White with #ECD2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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