Html Css Color HEX #EED2EE Snuff

📋 copy color: '#EED2EE'

red 238 ◦ green 210 ◦ blue 238

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

Shades of Snuff #EED2EE

Tints of Snuff #EED2EE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.61%

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

R = 34.69%
G = 30.61%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EED2EE (or 0xEED2EE) is known color: Snuff. HEX triplet: EE, D2 and EE. RGB value is (238,210,238). Sum of RGB (Red+Green+Blue) = 238+210+238=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 210 (82.42% from 255 or 30.61% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EED2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2EE is #112D11. Grayscale: #DDDDDD. Windows color (decimal): -1125650 or 15651566. OLE color: 15651566.

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

Color convert

RGB 238 210 238 -
CMYK 0 0.12 0 0.07
HSL 300º 0.45% 0.88% -
HSV(B) 300º 0.12% 0.93% -
XYZ 73.74 70.44 90.6 -
YUV 221.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 238 210 238 0 0.12 0 0.07 300 0.45 0.88
Hex EE D2 EE 0 C 0 7 12C 2D 58
Octal 356 322 356 0 14 0 7 454 55 130
Binary 11101110 11010010 11101110 0 1100 0 111 100101100 101101 1011000

Color Harmonies of #EED2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED2EE

Black with #EED2EE

Text Example


Text Example

White with #EED2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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