Html Css Color HEX #EDDCC6 Solitaire

📋 copy color: '#EDDCC6'

red 237 ◦ green 220 ◦ blue 198

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

Shades of Solitaire #EDDCC6

Tints of Solitaire #EDDCC6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.59%

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

R = 36.18%
G = 33.59%
B = 30.23%

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

#EDDCC6 (or 0xEDDCC6) is known color: Solitaire. HEX triplet: ED, DC and C6. RGB value is (237,220,198). Sum of RGB (Red+Green+Blue) = 237+220+198=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCC6 is #122339. Grayscale: #DEDEDE. Windows color (decimal): -1188666 or 13032685. OLE color: 13032685.

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

Color convert

RGB 237 220 198 -
CMYK 0 0.07 0.16 0.07
HSL 33.85º 0.52% 0.85% -
HSV(B) 33.85º 0.16% 0.93% -
XYZ 70.71 73.27 63.84 -
YUV 222.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 237 220 198 0 0.07 0.16 0.07 33.85 0.52 0.85
Hex ED DC C6 0 7 10 7 22 34 55
Octal 355 334 306 0 7 20 7 42 64 125
Binary 11101101 11011100 11000110 0 111 10000 111 100010 110100 1010101

Color Harmonies of #EDDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCC6

Black with #EDDCC6

Text Example


Text Example

White with #EDDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCC6; }

 p { color: rgb(237,220,198); }

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

background-color css

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

 a { background-color: rgb(237,220,198); }

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

border-color css

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

 span { border-color: rgb(237,220,198); }

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