Html Css Color HEX #EDDEEC Snuff

📋 copy color: '#EDDEEC'

red 237 ◦ green 222 ◦ blue 236

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

Shades of Snuff #EDDEEC

Tints of Snuff #EDDEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 33.96%

R = 34.1%
G = 31.94%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDDEEC (or 0xEDDEEC) is known color: Snuff. HEX triplet: ED, DE and EC. RGB value is (237,222,236). Sum of RGB (Red+Green+Blue) = 237+222+236=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEEC is #122113. Grayscale: #E4E4E4. Windows color (decimal): -1188116 or 15523565. OLE color: 15523565.

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

Color convert

RGB 237 222 236 -
CMYK 0 0.06 0.00 0.07
HSL 304º 0.29% 0.9% -
HSV(B) 304º 0.06% 0.93% -
XYZ 76.19 76.3 90.07 -
YUV 228.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 237 222 236 0 0.06 0.00 0.07 304 0.29 0.9
Hex ED DE EC 0 6 0 7 130 1D 5A
Octal 355 336 354 0 6 0 7 460 35 132
Binary 11101101 11011110 11101100 0 110 0 111 100110000 11101 1011010

Color Harmonies of #EDDEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDEEC

Black with #EDDEEC

Text Example


Text Example

White with #EDDEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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