Html Css Color HEX #ECD3DA Pale Rose

📋 copy color: '#ECD3DA'

red 236 ◦ green 211 ◦ blue 218

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

Shades of Pale Rose #ECD3DA

Tints of Pale Rose #ECD3DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.78%

R = 35.49%
G = 31.73%
B = 32.78%

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

#ECD3DA (or 0xECD3DA) is known color: Pale Rose. HEX triplet: EC, D3 and DA. RGB value is (236,211,218). Sum of RGB (Red+Green+Blue) = 236+211+218=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 211 (82.81% from 255 or 31.73% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3DA is #132C25. Grayscale: #DBDBDB. Windows color (decimal): -1256486 or 14341100. OLE color: 14341100.

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

Color convert

RGB 236 211 218 -
CMYK 0 0.11 0.08 0.07
HSL 343.2º 0.4% 0.88% -
HSV(B) 343.2º 0.11% 0.93% -
XYZ 70.54 69.48 76.02 -
YUV 219.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 236 211 218 0 0.11 0.08 0.07 343.2 0.4 0.88
Hex EC D3 DA 0 B 8 7 157 28 58
Octal 354 323 332 0 13 10 7 527 50 130
Binary 11101100 11010011 11011010 0 1011 1000 111 101010111 101000 1011000

Color Harmonies of #ECD3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD3DA

Black with #ECD3DA

Text Example


Text Example

White with #ECD3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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