Html Css Color HEX #EBDDC6 Solitaire

📋 copy color: '#EBDDC6'

red 235 ◦ green 221 ◦ blue 198

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

Shades of Solitaire #EBDDC6

Tints of Solitaire #EBDDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 30.28%

R = 35.93%
G = 33.79%
B = 30.28%

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

#EBDDC6 (or 0xEBDDC6) is known color: Solitaire. HEX triplet: EB, DD and C6. RGB value is (235,221,198). Sum of RGB (Red+Green+Blue) = 235+221+198=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDC6 is #142239. Grayscale: #DEDEDE. Windows color (decimal): -1319482 or 13032939. OLE color: 13032939.

HSL color Cylindrical-coordinate representation of color #EBDDC6: hue angle of 37.3º degrees, saturation: 0.48, 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 #EBDDC6 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 221 198 -
CMYK 0 0.06 0.16 0.08
HSL 37.3º 0.48% 0.85% -
HSV(B) 37.3º 0.16% 0.92% -
XYZ 70.31 73.45 63.9 -
YUV 222.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 235 221 198 0 0.06 0.16 0.08 37.3 0.48 0.85
Hex EB DD C6 0 6 10 8 25 30 55
Octal 353 335 306 0 6 20 10 45 60 125
Binary 11101011 11011101 11000110 0 110 10000 1000 100101 110000 1010101

Color Harmonies of #EBDDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDDC6

Black with #EBDDC6

Text Example


Text Example

White with #EBDDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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