Html Css Color HEX #EDDCEA Snuff

📋 copy color: '#EDDCEA'

red 237 ◦ green 220 ◦ blue 234

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

Shades of Snuff #EDDCEA

Tints of Snuff #EDDCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.86%

R = 34.3%
G = 31.84%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDDCEA (or 0xEDDCEA) is known color: Snuff. HEX triplet: ED, DC and EA. RGB value is (237,220,234). Sum of RGB (Red+Green+Blue) = 237+220+234=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCEA is #122315. Grayscale: #E2E2E2. Windows color (decimal): -1188630 or 15391981. OLE color: 15391981.

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

Color convert

RGB 237 220 234 -
CMYK 0 0.07 0.01 0.07
HSL 310.59º 0.32% 0.9% -
HSV(B) 310.59º 0.07% 0.93% -
XYZ 75.37 75.13 88.37 -
YUV 226.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 237 220 234 0 0.07 0.01 0.07 310.59 0.32 0.9
Hex ED DC EA 0 7 1 7 137 20 5A
Octal 355 334 352 0 7 1 7 467 40 132
Binary 11101101 11011100 11101010 0 111 1 111 100110111 100000 1011010

Color Harmonies of #EDDCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCEA

Black with #EDDCEA

Text Example


Text Example

White with #EDDCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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