Html Css Color HEX #EBDCC9 Solitaire

📋 copy color: '#EBDCC9'

red 235 ◦ green 220 ◦ blue 201

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

Shades of Solitaire #EBDCC9

Tints of Solitaire #EBDCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 30.64%

R = 35.82%
G = 33.54%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBDCC9 (or 0xEBDCC9) is known color: Solitaire. HEX triplet: EB, DC and C9. RGB value is (235,220,201). Sum of RGB (Red+Green+Blue) = 235+220+201=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 201 (78.91% from 255 or 30.64% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCC9 is #142336. Grayscale: #DEDEDE. Windows color (decimal): -1319735 or 13229291. OLE color: 13229291.

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

Color convert

RGB 235 220 201 -
CMYK 0 0.06 0.14 0.08
HSL 33.53º 0.46% 0.85% -
HSV(B) 33.53º 0.14% 0.92% -
XYZ 70.4 73.07 65.65 -
YUV 222.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 235 220 201 0 0.06 0.14 0.08 33.53 0.46 0.85
Hex EB DC C9 0 6 E 8 22 2E 55
Octal 353 334 311 0 6 16 10 42 56 125
Binary 11101011 11011100 11001001 0 110 1110 1000 100010 101110 1010101

Color Harmonies of #EBDCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDCC9

Black with #EBDCC9

Text Example


Text Example

White with #EBDCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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