Html Css Color HEX #EDDDC0 Solitaire

📋 copy color: '#EDDDC0'

red 237 ◦ green 221 ◦ blue 192

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

Shades of Solitaire #EDDDC0

Tints of Solitaire #EDDDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.54%

R = 36.46%
G = 34%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDDDC0 (or 0xEDDDC0) is known color: Solitaire. HEX triplet: ED, DD and C0. RGB value is (237,221,192). Sum of RGB (Red+Green+Blue) = 237+221+192=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDC0 is #12223F. Grayscale: #DEDEDE. Windows color (decimal): -1188416 or 12639725. OLE color: 12639725.

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

Color convert

RGB 237 221 192 -
CMYK 0 0.07 0.19 0.07
HSL 38.67º 0.56% 0.84% -
HSV(B) 38.67º 0.19% 0.93% -
XYZ 70.3 73.52 60.36 -
YUV 222.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 237 221 192 0 0.07 0.19 0.07 38.67 0.56 0.84
Hex ED DD C0 0 7 13 7 27 38 54
Octal 355 335 300 0 7 23 7 47 70 124
Binary 11101101 11011101 11000000 0 111 10011 111 100111 111000 1010100

Color Harmonies of #EDDDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDC0

Black with #EDDDC0

Text Example


Text Example

White with #EDDDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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