Html Css Color HEX #EBDCC4 Solitaire

📋 copy color: '#EBDCC4'

red 235 ◦ green 220 ◦ blue 196

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

Shades of Solitaire #EBDCC4

Tints of Solitaire #EBDCC4

RGB

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

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

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

R = 36.1%
G = 33.79%
B = 30.11%

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

#EBDCC4 (or 0xEBDCC4) is known color: Solitaire. HEX triplet: EB, DC and C4. RGB value is (235,220,196). Sum of RGB (Red+Green+Blue) = 235+220+196=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCC4 is #14233B. Grayscale: #DDDDDD. Windows color (decimal): -1319740 or 12901611. OLE color: 12901611.

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

Color convert

RGB 235 220 196 -
CMYK 0 0.06 0.17 0.08
HSL 36.92º 0.49% 0.85% -
HSV(B) 36.92º 0.17% 0.92% -
XYZ 69.82 72.83 62.6 -
YUV 221.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 235 220 196 0 0.06 0.17 0.08 36.92 0.49 0.85
Hex EB DC C4 0 6 11 8 25 31 55
Octal 353 334 304 0 6 21 10 45 61 125
Binary 11101011 11011100 11000100 0 110 10001 1000 100101 110001 1010101

Color Harmonies of #EBDCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDCC4

Black with #EBDCC4

Text Example


Text Example

White with #EBDCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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