Html Css Color HEX #ECDCC1 Solitaire

📋 copy color: '#ECDCC1'

red 236 ◦ green 220 ◦ blue 193

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

Shades of Solitaire #ECDCC1

Tints of Solitaire #ECDCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.74%

R = 36.36%
G = 33.9%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ECDCC1 (or 0xECDCC1) is known color: Solitaire. HEX triplet: EC, DC and C1. RGB value is (236,220,193). Sum of RGB (Red+Green+Blue) = 236+220+193=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCC1 is #13233E. Grayscale: #DDDDDD. Windows color (decimal): -1254207 or 12705004. OLE color: 12705004.

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

Color convert

RGB 236 220 193 -
CMYK 0 0.07 0.18 0.07
HSL 37.67º 0.53% 0.84% -
HSV(B) 37.67º 0.18% 0.93% -
XYZ 69.81 72.87 60.84 -
YUV 221.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 236 220 193 0 0.07 0.18 0.07 37.67 0.53 0.84
Hex EC DC C1 0 7 12 7 26 35 54
Octal 354 334 301 0 7 22 7 46 65 124
Binary 11101100 11011100 11000001 0 111 10010 111 100110 110101 1010100

Color Harmonies of #ECDCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDCC1

Black with #ECDCC1

Text Example


Text Example

White with #ECDCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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