Html Css Color HEX #EBDDC5 Solitaire

📋 copy color: '#EBDDC5'

red 235 ◦ green 221 ◦ blue 197

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

Shades of Solitaire #EBDDC5

Tints of Solitaire #EBDDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.17%

R = 35.99%
G = 33.84%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EBDDC5 (or 0xEBDDC5) is known color: Solitaire. HEX triplet: EB, DD and C5. RGB value is (235,221,197). Sum of RGB (Red+Green+Blue) = 235+221+197=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDC5 is #14223A. Grayscale: #DEDEDE. Windows color (decimal): -1319483 or 12967403. OLE color: 12967403.

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

Color convert

RGB 235 221 197 -
CMYK 0 0.06 0.16 0.08
HSL 37.89º 0.49% 0.85% -
HSV(B) 37.89º 0.16% 0.92% -
XYZ 70.2 73.41 63.29 -
YUV 222.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 235 221 197 0 0.06 0.16 0.08 37.89 0.49 0.85
Hex EB DD C5 0 6 10 8 26 31 55
Octal 353 335 305 0 6 20 10 46 61 125
Binary 11101011 11011101 11000101 0 110 10000 1000 100110 110001 1010101

Color Harmonies of #EBDDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDDC5

Black with #EBDDC5

Text Example


Text Example

White with #EBDDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDDC5; }

 p { color: rgb(235,221,197); }

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

background-color css

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

 a { background-color: rgb(235,221,197); }

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

border-color css

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

 span { border-color: rgb(235,221,197); }

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