Html Css Color HEX #EECDEE Snuff

📋 copy color: '#EECDEE'

red 238 ◦ green 205 ◦ blue 238

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

Shades of Snuff #EECDEE

Tints of Snuff #EECDEE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.1%

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

R = 34.95%
G = 30.1%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EECDEE (or 0xEECDEE) is known color: Snuff. HEX triplet: EE, CD and EE. RGB value is (238,205,238). Sum of RGB (Red+Green+Blue) = 238+205+238=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EECDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDEE is #113211. Grayscale: #DADADA. Windows color (decimal): -1126930 or 15650286. OLE color: 15650286.

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

Color convert

RGB 238 205 238 -
CMYK 0 0.14 0 0.07
HSL 300º 0.49% 0.87% -
HSV(B) 300º 0.14% 0.93% -
XYZ 72.52 68.01 90.19 -
YUV 218.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 238 205 238 0 0.14 0 0.07 300 0.49 0.87
Hex EE CD EE 0 E 0 7 12C 31 57
Octal 356 315 356 0 16 0 7 454 61 127
Binary 11101110 11001101 11101110 0 1110 0 111 100101100 110001 1010111

Color Harmonies of #EECDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDEE

Black with #EECDEE

Text Example


Text Example

White with #EECDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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