Html Css Color HEX #EDD6EE Snuff

📋 copy color: '#EDD6EE'

red 237 ◦ green 214 ◦ blue 238

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

Shades of Snuff #EDD6EE

Tints of Snuff #EDD6EE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.06%

 BLUE value IS 238 (93.36% from 255) = 34.54%

R = 34.4%
G = 31.06%
B = 34.54%

CMYK

 C value IS 0.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDD6EE (or 0xEDD6EE) is known color: Snuff. HEX triplet: ED, D6 and EE. RGB value is (237,214,238). Sum of RGB (Red+Green+Blue) = 237+214+238=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 214 (83.98% from 255 or 31.06% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDD6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD6EE is #122911. Grayscale: #DFDFDF. Windows color (decimal): -1190162 or 15652589. OLE color: 15652589.

HSL color Cylindrical-coordinate representation of color #EDD6EE: hue angle of 297.5º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDD6EE is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 214 238 -
CMYK 0.00 0.10 0 0.07
HSL 297.5º 0.41% 0.89% -
HSV(B) 297.5º 0.1% 0.93% -
XYZ 74.4 72.27 90.92 -
YUV 223.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 237 214 238 0.00 0.10 0 0.07 297.5 0.41 0.89
Hex ED D6 EE 0 A 0 7 12A 29 59
Octal 355 326 356 0 12 0 7 452 51 131
Binary 11101101 11010110 11101110 0 1010 0 111 100101010 101001 1011001

Color Harmonies of #EDD6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6EE

Black with #EDD6EE

Text Example


Text Example

White with #EDD6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6EE; }

 p { color: rgb(237,214,238); }

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

background-color css

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

 a { background-color: rgb(237,214,238); }

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

border-color css

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

 span { border-color: rgb(237,214,238); }

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