Html Css Color HEX #EDDDC1 Solitaire

📋 copy color: '#EDDDC1'

red 237 ◦ green 221 ◦ blue 193

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

Shades of Solitaire #EDDDC1

Tints of Solitaire #EDDDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.65%

R = 36.41%
G = 33.95%
B = 29.65%

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

#EDDDC1 (or 0xEDDDC1) is known color: Solitaire. HEX triplet: ED, DD and C1. RGB value is (237,221,193). Sum of RGB (Red+Green+Blue) = 237+221+193=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 193 (75.78% from 255 or 29.65% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDC1 is #12223E. Grayscale: #DEDEDE. Windows color (decimal): -1188415 or 12705261. OLE color: 12705261.

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

Color convert

RGB 237 221 193 -
CMYK 0 0.07 0.19 0.07
HSL 38.18º 0.55% 0.84% -
HSV(B) 38.18º 0.19% 0.93% -
XYZ 70.41 73.57 60.94 -
YUV 222.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 237 221 193 0 0.07 0.19 0.07 38.18 0.55 0.84
Hex ED DD C1 0 7 13 7 26 37 54
Octal 355 335 301 0 7 23 7 46 67 124
Binary 11101101 11011101 11000001 0 111 10011 111 100110 110111 1010100

Color Harmonies of #EDDDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDC1

Black with #EDDDC1

Text Example


Text Example

White with #EDDDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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