Html Css Color HEX #ECDDC2 Solitaire

📋 copy color: '#ECDDC2'

red 236 ◦ green 221 ◦ blue 194

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

Shades of Solitaire #ECDDC2

Tints of Solitaire #ECDDC2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.95%

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

R = 36.25%
G = 33.95%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ECDDC2 (or 0xECDDC2) is known color: Solitaire. HEX triplet: EC, DD and C2. RGB value is (236,221,194). Sum of RGB (Red+Green+Blue) = 236+221+194=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 194 (76.17% from 255 or 29.80% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDC2 is #13223D. Grayscale: #DEDEDE. Windows color (decimal): -1253950 or 12770796. OLE color: 12770796.

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

Color convert

RGB 236 221 194 -
CMYK 0 0.06 0.18 0.07
HSL 38.57º 0.53% 0.84% -
HSV(B) 38.57º 0.18% 0.93% -
XYZ 70.19 73.44 61.52 -
YUV 222.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 236 221 194 0 0.06 0.18 0.07 38.57 0.53 0.84
Hex EC DD C2 0 6 12 7 27 34 54
Octal 354 335 302 0 6 22 7 47 64 124
Binary 11101100 11011101 11000010 0 110 10010 111 100111 110100 1010100

Color Harmonies of #ECDDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDDC2

Black with #ECDDC2

Text Example


Text Example

White with #ECDDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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