Html Css Color HEX #ECD3D8 Pale Rose

📋 copy color: '#ECD3D8'

red 236 ◦ green 211 ◦ blue 216

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

Shades of Pale Rose #ECD3D8

Tints of Pale Rose #ECD3D8

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.83%

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

R = 35.6%
G = 31.83%
B = 32.58%

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

#ECD3D8 (or 0xECD3D8) is known color: Pale Rose. HEX triplet: EC, D3 and D8. RGB value is (236,211,216). Sum of RGB (Red+Green+Blue) = 236+211+216=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 211 (82.81% from 255 or 31.83% from 663); Blue value is 216 (84.77% from 255 or 32.58% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3D8 is #132C27. Grayscale: #DBDBDB. Windows color (decimal): -1256488 or 14210028. OLE color: 14210028.

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

Color convert

RGB 236 211 216 -
CMYK 0 0.11 0.08 0.07
HSL 348º 0.4% 0.88% -
HSV(B) 348º 0.11% 0.93% -
XYZ 70.28 69.38 74.65 -
YUV 219.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 236 211 216 0 0.11 0.08 0.07 348 0.4 0.88
Hex EC D3 D8 0 B 8 7 15C 28 58
Octal 354 323 330 0 13 10 7 534 50 130
Binary 11101100 11010011 11011000 0 1011 1000 111 101011100 101000 1011000

Color Harmonies of #ECD3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD3D8

Black with #ECD3D8

Text Example


Text Example

White with #ECD3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD3D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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