Html Css Color HEX #ECDCD0 Dawn Pink

📋 copy color: '#ECDCD0'

red 236 ◦ green 220 ◦ blue 208

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

Shades of Dawn Pink #ECDCD0

Tints of Dawn Pink #ECDCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.13%

 BLUE value IS 208 (81.64% from 255) = 31.33%

R = 35.54%
G = 33.13%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ECDCD0 (or 0xECDCD0) is known color: Dawn Pink. HEX triplet: EC, DC and D0. RGB value is (236,220,208). Sum of RGB (Red+Green+Blue) = 236+220+208=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 208 (81.64% from 255 or 31.33% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCD0 is #13232F. Grayscale: #DFDFDF. Windows color (decimal): -1254192 or 13688044. OLE color: 13688044.

HSL color Cylindrical-coordinate representation of color #ECDCD0: hue angle of 25.71º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECDCD0 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 220 208 -
CMYK 0 0.07 0.12 0.07
HSL 25.71º 0.42% 0.87% -
HSV(B) 25.71º 0.12% 0.93% -
XYZ 71.57 73.57 70.1 -
YUV 223.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 236 220 208 0 0.07 0.12 0.07 25.71 0.42 0.87
Hex EC DC D0 0 7 C 7 1A 2A 57
Octal 354 334 320 0 7 14 7 32 52 127
Binary 11101100 11011100 11010000 0 111 1100 111 11010 101010 1010111

Color Harmonies of #ECDCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDCD0

Black with #ECDCD0

Text Example


Text Example

White with #ECDCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDCD0; }

 p { color: rgb(236,220,208); }

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

background-color css

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

 a { background-color: rgb(236,220,208); }

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

border-color css

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

 span { border-color: rgb(236,220,208); }

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