Html Css Color HEX #ECDCC3 Solitaire

📋 copy color: '#ECDCC3'

red 236 ◦ green 220 ◦ blue 195

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

Shades of Solitaire #ECDCC3

Tints of Solitaire #ECDCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.95%

R = 36.25%
G = 33.79%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ECDCC3 (or 0xECDCC3) is known color: Solitaire. HEX triplet: EC, DC and C3. RGB value is (236,220,195). Sum of RGB (Red+Green+Blue) = 236+220+195=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 195 (76.56% from 255 or 29.95% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCC3 is #13233C. Grayscale: #DEDEDE. Windows color (decimal): -1254205 or 12836076. OLE color: 12836076.

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

Color convert

RGB 236 220 195 -
CMYK 0 0.07 0.17 0.07
HSL 36.59º 0.52% 0.85% -
HSV(B) 36.59º 0.17% 0.93% -
XYZ 70.04 72.96 62.02 -
YUV 221.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 236 220 195 0 0.07 0.17 0.07 36.59 0.52 0.85
Hex EC DC C3 0 7 11 7 25 34 55
Octal 354 334 303 0 7 21 7 45 64 125
Binary 11101100 11011100 11000011 0 111 10001 111 100101 110100 1010101

Color Harmonies of #ECDCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDCC3

Black with #ECDCC3

Text Example


Text Example

White with #ECDCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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