Html Css Color HEX #EDDEC2 Solitaire

📋 copy color: '#EDDEC2'

red 237 ◦ green 222 ◦ blue 194

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

Shades of Solitaire #EDDEC2

Tints of Solitaire #EDDEC2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34%

 BLUE value IS 194 (76.17% from 255) = 29.71%

R = 36.29%
G = 34%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EDDEC2 (or 0xEDDEC2) is known color: Solitaire. HEX triplet: ED, DE and C2. RGB value is (237,222,194). Sum of RGB (Red+Green+Blue) = 237+222+194=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 194 (76.17% from 255 or 29.71% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEC2 is #12213D. Grayscale: #DFDFDF. Windows color (decimal): -1188158 or 12771053. OLE color: 12771053.

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

Color convert

RGB 237 222 194 -
CMYK 0 0.06 0.18 0.07
HSL 39.07º 0.54% 0.85% -
HSV(B) 39.07º 0.18% 0.93% -
XYZ 70.78 74.14 61.62 -
YUV 223.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 237 222 194 0 0.06 0.18 0.07 39.07 0.54 0.85
Hex ED DE C2 0 6 12 7 27 36 55
Octal 355 336 302 0 6 22 7 47 66 125
Binary 11101101 11011110 11000010 0 110 10010 111 100111 110110 1010101

Color Harmonies of #EDDEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDEC2

Black with #EDDEC2

Text Example


Text Example

White with #EDDEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDEC2; }

 p { color: rgb(237,222,194); }

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

background-color css

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

 a { background-color: rgb(237,222,194); }

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

border-color css

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

 span { border-color: rgb(237,222,194); }

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