Html Css Color HEX #ECDCC6 Solitaire

📋 copy color: '#ECDCC6'

red 236 ◦ green 220 ◦ blue 198

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

Shades of Solitaire #ECDCC6

Tints of Solitaire #ECDCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 30.28%

R = 36.09%
G = 33.64%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ECDCC6 (or 0xECDCC6) is known color: Solitaire. HEX triplet: EC, DC and C6. RGB value is (236,220,198). Sum of RGB (Red+Green+Blue) = 236+220+198=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCC6 is #132339. Grayscale: #DEDEDE. Windows color (decimal): -1254202 or 13032684. OLE color: 13032684.

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

Color convert

RGB 236 220 198 -
CMYK 0 0.07 0.16 0.07
HSL 34.74º 0.5% 0.85% -
HSV(B) 34.74º 0.16% 0.93% -
XYZ 70.38 73.1 63.83 -
YUV 222.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 236 220 198 0 0.07 0.16 0.07 34.74 0.5 0.85
Hex EC DC C6 0 7 10 7 23 32 55
Octal 354 334 306 0 7 20 7 43 62 125
Binary 11101100 11011100 11000110 0 111 10000 111 100011 110010 1010101

Color Harmonies of #ECDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDCC6

Black with #ECDCC6

Text Example


Text Example

White with #ECDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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