Html Css Color HEX #EBDCC2 Solitaire

📋 copy color: '#EBDCC2'

red 235 ◦ green 220 ◦ blue 194

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

Shades of Solitaire #EBDCC2

Tints of Solitaire #EBDCC2

RGB

 RED value IS 235 (92.19% from 255) = 36.21%

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

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

R = 36.21%
G = 33.9%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBDCC2 (or 0xEBDCC2) is known color: Solitaire. HEX triplet: EB, DC and C2. RGB value is (235,220,194). Sum of RGB (Red+Green+Blue) = 235+220+194=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 194 (76.17% from 255 or 29.89% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCC2 is #14233D. Grayscale: #DDDDDD. Windows color (decimal): -1319742 or 12770539. OLE color: 12770539.

HSL color Cylindrical-coordinate representation of color #EBDCC2: hue angle of 38.05º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBDCC2 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 220 194 -
CMYK 0 0.06 0.17 0.08
HSL 38.05º 0.51% 0.84% -
HSV(B) 38.05º 0.17% 0.92% -
XYZ 69.59 72.74 61.41 -
YUV 221.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 235 220 194 0 0.06 0.17 0.08 38.05 0.51 0.84
Hex EB DC C2 0 6 11 8 26 33 54
Octal 353 334 302 0 6 21 10 46 63 124
Binary 11101011 11011100 11000010 0 110 10001 1000 100110 110011 1010100

Color Harmonies of #EBDCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDCC2

Black with #EBDCC2

Text Example


Text Example

White with #EBDCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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