Html Css Color HEX #ECDCC2 Solitaire

📋 copy color: '#ECDCC2'

red 236 ◦ green 220 ◦ blue 194

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

Shades of Solitaire #ECDCC2

Tints of Solitaire #ECDCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.85%

R = 36.31%
G = 33.85%
B = 29.85%

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

#ECDCC2 (or 0xECDCC2) is known color: Solitaire. HEX triplet: EC, DC and C2. RGB value is (236,220,194). Sum of RGB (Red+Green+Blue) = 236+220+194=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCC2 is #13233D. Grayscale: #DDDDDD. Windows color (decimal): -1254206 or 12770540. OLE color: 12770540.

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

Color convert

RGB 236 220 194 -
CMYK 0 0.07 0.18 0.07
HSL 37.14º 0.53% 0.84% -
HSV(B) 37.14º 0.18% 0.93% -
XYZ 69.92 72.91 61.43 -
YUV 221.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 236 220 194 0 0.07 0.18 0.07 37.14 0.53 0.84
Hex EC DC C2 0 7 12 7 25 34 54
Octal 354 334 302 0 7 22 7 45 64 124
Binary 11101100 11011100 11000010 0 111 10010 111 100101 110100 1010100

Color Harmonies of #ECDCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDCC2

Black with #ECDCC2

Text Example


Text Example

White with #ECDCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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