Html Css Color HEX #ECDCC4 Solitaire

📋 copy color: '#ECDCC4'

red 236 ◦ green 220 ◦ blue 196

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

Shades of Solitaire #ECDCC4

Tints of Solitaire #ECDCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.06%

R = 36.2%
G = 33.74%
B = 30.06%

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

#ECDCC4 (or 0xECDCC4) is known color: Solitaire. HEX triplet: EC, DC and C4. RGB value is (236,220,196). Sum of RGB (Red+Green+Blue) = 236+220+196=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCC4 is #13233B. Grayscale: #DEDEDE. Windows color (decimal): -1254204 or 12901612. OLE color: 12901612.

HSL color Cylindrical-coordinate representation of color #ECDCC4: hue angle of 36º degrees, saturation: 0.51, 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 #ECDCC4 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 220 196 -
CMYK 0 0.07 0.17 0.07
HSL 36º 0.51% 0.85% -
HSV(B) 36º 0.17% 0.93% -
XYZ 70.15 73 62.62 -
YUV 222.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 236 220 196 0 0.07 0.17 0.07 36 0.51 0.85
Hex EC DC C4 0 7 11 7 24 33 55
Octal 354 334 304 0 7 21 7 44 63 125
Binary 11101100 11011100 11000100 0 111 10001 111 100100 110011 1010101

Color Harmonies of #ECDCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDCC4

Black with #ECDCC4

Text Example


Text Example

White with #ECDCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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