Html Css Color HEX #EDDAC0 Solitaire

📋 copy color: '#EDDAC0'

red 237 ◦ green 218 ◦ blue 192

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

Shades of Solitaire #EDDAC0

Tints of Solitaire #EDDAC0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.69%

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

R = 36.63%
G = 33.69%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDDAC0 (or 0xEDDAC0) is known color: Solitaire. HEX triplet: ED, DA and C0. RGB value is (237,218,192). Sum of RGB (Red+Green+Blue) = 237+218+192=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 192 (75.39% from 255 or 29.68% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDAC0 is #12253F. Grayscale: #DCDCDC. Windows color (decimal): -1189184 or 12638957. OLE color: 12638957.

HSL color Cylindrical-coordinate representation of color #EDDAC0: hue angle of 34.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 #EDDAC0 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 218 192 -
CMYK 0 0.08 0.19 0.07
HSL 34.67º 0.56% 0.84% -
HSV(B) 34.67º 0.19% 0.93% -
XYZ 69.51 71.95 60.09 -
YUV 220.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 237 218 192 0 0.08 0.19 0.07 34.67 0.56 0.84
Hex ED DA C0 0 8 13 7 23 38 54
Octal 355 332 300 0 10 23 7 43 70 124
Binary 11101101 11011010 11000000 0 1000 10011 111 100011 111000 1010100

Color Harmonies of #EDDAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDAC0

Black with #EDDAC0

Text Example


Text Example

White with #EDDAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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