Html Css Color HEX #EED6EE Snuff

📋 copy color: '#EED6EE'

red 238 ◦ green 214 ◦ blue 238

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

Shades of Snuff #EED6EE

Tints of Snuff #EED6EE

RGB

 RED value IS 238 (93.36% from 255) = 34.49%

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

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

R = 34.49%
G = 31.01%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EED6EE (or 0xEED6EE) is known color: Snuff. HEX triplet: EE, D6 and EE. RGB value is (238,214,238). Sum of RGB (Red+Green+Blue) = 238+214+238=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EED6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6EE is #112911. Grayscale: #DFDFDF. Windows color (decimal): -1124626 or 15652590. OLE color: 15652590.

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

Color convert

RGB 238 214 238 -
CMYK 0 0.10 0 0.07
HSL 300º 0.41% 0.89% -
HSV(B) 300º 0.1% 0.93% -
XYZ 74.74 72.44 90.93 -
YUV 223.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 238 214 238 0 0.10 0 0.07 300 0.41 0.89
Hex EE D6 EE 0 A 0 7 12C 29 59
Octal 356 326 356 0 12 0 7 454 51 131
Binary 11101110 11010110 11101110 0 1010 0 111 100101100 101001 1011001

Color Harmonies of #EED6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED6EE

Black with #EED6EE

Text Example


Text Example

White with #EED6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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