Html Css Color HEX #ECDDC8 Solitaire

📋 copy color: '#ECDDC8'

red 236 ◦ green 221 ◦ blue 200

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

Shades of Solitaire #ECDDC8

Tints of Solitaire #ECDDC8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.64%

 BLUE value IS 200 (78.52% from 255) = 30.44%

R = 35.92%
G = 33.64%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ECDDC8 (or 0xECDDC8) is known color: Solitaire. HEX triplet: EC, DD and C8. RGB value is (236,221,200). Sum of RGB (Red+Green+Blue) = 236+221+200=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDC8 is #132237. Grayscale: #DFDFDF. Windows color (decimal): -1253944 or 13164012. OLE color: 13164012.

HSL color Cylindrical-coordinate representation of color #ECDDC8: hue angle of 35º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECDDC8 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 221 200 -
CMYK 0 0.06 0.15 0.07
HSL 35º 0.49% 0.85% -
HSV(B) 35º 0.15% 0.93% -
XYZ 70.87 73.72 65.14 -
YUV 223.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 236 221 200 0 0.06 0.15 0.07 35 0.49 0.85
Hex EC DD C8 0 6 F 7 23 31 55
Octal 354 335 310 0 6 17 7 43 61 125
Binary 11101100 11011101 11001000 0 110 1111 111 100011 110001 1010101

Color Harmonies of #ECDDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDDC8

Black with #ECDDC8

Text Example


Text Example

White with #ECDDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDDC8; }

 p { color: rgb(236,221,200); }

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

background-color css

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

 a { background-color: rgb(236,221,200); }

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

border-color css

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

 span { border-color: rgb(236,221,200); }

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