Html Css Color HEX #EDDCC5 Solitaire

📋 copy color: '#EDDCC5'

red 237 ◦ green 220 ◦ blue 197

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

Shades of Solitaire #EDDCC5

Tints of Solitaire #EDDCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.12%

R = 36.24%
G = 33.64%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EDDCC5 (or 0xEDDCC5) is known color: Solitaire. HEX triplet: ED, DC and C5. RGB value is (237,220,197). Sum of RGB (Red+Green+Blue) = 237+220+197=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCC5 is #12233A. Grayscale: #DEDEDE. Windows color (decimal): -1188667 or 12967149. OLE color: 12967149.

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

Color convert

RGB 237 220 197 -
CMYK 0 0.07 0.17 0.07
HSL 34.5º 0.53% 0.85% -
HSV(B) 34.5º 0.17% 0.93% -
XYZ 70.6 73.22 63.24 -
YUV 222.46 113.63 138.37 -
System Red Green Blue C M Y K H S L
Decimal 237 220 197 0 0.07 0.17 0.07 34.5 0.53 0.85
Hex ED DC C5 0 7 11 7 22 35 55
Octal 355 334 305 0 7 21 7 42 65 125
Binary 11101101 11011100 11000101 0 111 10001 111 100010 110101 1010101

Color Harmonies of #EDDCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCC5

Black with #EDDCC5

Text Example


Text Example

White with #EDDCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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