Html Css Color HEX #EDDEC3 Solitaire

📋 copy color: '#EDDEC3'

red 237 ◦ green 222 ◦ blue 195

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

Shades of Solitaire #EDDEC3

Tints of Solitaire #EDDEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.82%

R = 36.24%
G = 33.94%
B = 29.82%

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

#EDDEC3 (or 0xEDDEC3) is known color: Solitaire. HEX triplet: ED, DE and C3. RGB value is (237,222,195). Sum of RGB (Red+Green+Blue) = 237+222+195=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 195 (76.56% from 255 or 29.82% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEC3 is #12213C. Grayscale: #DFDFDF. Windows color (decimal): -1188157 or 12836589. OLE color: 12836589.

HSL color Cylindrical-coordinate representation of color #EDDEC3: hue angle of 38.57º 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 #EDDEC3 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 222 195 -
CMYK 0 0.06 0.18 0.07
HSL 38.57º 0.54% 0.85% -
HSV(B) 38.57º 0.18% 0.93% -
XYZ 70.9 74.19 62.21 -
YUV 223.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 237 222 195 0 0.06 0.18 0.07 38.57 0.54 0.85
Hex ED DE C3 0 6 12 7 27 36 55
Octal 355 336 303 0 6 22 7 47 66 125
Binary 11101101 11011110 11000011 0 110 10010 111 100111 110110 1010101

Color Harmonies of #EDDEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDEC3

Black with #EDDEC3

Text Example


Text Example

White with #EDDEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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