Html Css Color HEX #ECDDC3 Solitaire

📋 copy color: '#ECDDC3'

red 236 ◦ green 221 ◦ blue 195

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

Shades of Solitaire #ECDDC3

Tints of Solitaire #ECDDC3

RGB

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

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

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

R = 36.2%
G = 33.9%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ECDDC3 (or 0xECDDC3) is known color: Solitaire. HEX triplet: EC, DD and C3. RGB value is (236,221,195). Sum of RGB (Red+Green+Blue) = 236+221+195=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDC3 is #13223C. Grayscale: #DEDEDE. Windows color (decimal): -1253949 or 12836332. OLE color: 12836332.

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

Color convert

RGB 236 221 195 -
CMYK 0 0.06 0.17 0.07
HSL 38.05º 0.52% 0.85% -
HSV(B) 38.05º 0.17% 0.93% -
XYZ 70.3 73.49 62.11 -
YUV 222.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 236 221 195 0 0.06 0.17 0.07 38.05 0.52 0.85
Hex EC DD C3 0 6 11 7 26 34 55
Octal 354 335 303 0 6 21 7 46 64 125
Binary 11101100 11011101 11000011 0 110 10001 111 100110 110100 1010101

Color Harmonies of #ECDDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDDC3

Black with #ECDDC3

Text Example


Text Example

White with #ECDDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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