Html Css Color HEX #EDDDC7 Solitaire

📋 copy color: '#EDDDC7'

red 237 ◦ green 221 ◦ blue 199

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

Shades of Solitaire #EDDDC7

Tints of Solitaire #EDDDC7

RGB

 RED value IS 237 (92.97% from 255) = 36.07%

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

 BLUE value IS 199 (78.13% from 255) = 30.29%

R = 36.07%
G = 33.64%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDDDC7 (or 0xEDDDC7) is known color: Solitaire. HEX triplet: ED, DD and C7. RGB value is (237,221,199). Sum of RGB (Red+Green+Blue) = 237+221+199=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 199 (78.12% from 255 or 30.29% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDC7 is #122238. Grayscale: #DFDFDF. Windows color (decimal): -1188409 or 13098477. OLE color: 13098477.

HSL color Cylindrical-coordinate representation of color #EDDDC7: hue angle of 34.74º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDDDC7 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 221 199 -
CMYK 0 0.07 0.16 0.07
HSL 34.74º 0.51% 0.85% -
HSV(B) 34.74º 0.16% 0.93% -
XYZ 71.09 73.84 64.54 -
YUV 223.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 237 221 199 0 0.07 0.16 0.07 34.74 0.51 0.85
Hex ED DD C7 0 7 10 7 23 33 55
Octal 355 335 307 0 7 20 7 43 63 125
Binary 11101101 11011101 11000111 0 111 10000 111 100011 110011 1010101

Color Harmonies of #EDDDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDC7

Black with #EDDDC7

Text Example


Text Example

White with #EDDDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDC7; }

 p { color: rgb(237,221,199); }

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

background-color css

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

 a { background-color: rgb(237,221,199); }

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

border-color css

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

 span { border-color: rgb(237,221,199); }

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