Html Css Color HEX #EECDF0 Snuff

📋 copy color: '#EECDF0'

red 238 ◦ green 205 ◦ blue 240

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

Shades of Snuff #EECDF0

Tints of Snuff #EECDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.14%

R = 34.85%
G = 30.01%
B = 35.14%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EECDF0 (or 0xEECDF0) is known color: Snuff. HEX triplet: EE, CD and F0. RGB value is (238,205,240). Sum of RGB (Red+Green+Blue) = 238+205+240=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 205 (80.47% from 255 or 30.01% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 240 - color contains mainly: blue. Hex color #EECDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDF0 is #11320F. Grayscale: #DADADA. Windows color (decimal): -1126928 or 15781358. OLE color: 15781358.

HSL color Cylindrical-coordinate representation of color #EECDF0: hue angle of 296.57º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECDF0 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 205 240 -
CMYK 0.01 0.15 0 0.06
HSL 296.57º 0.54% 0.87% -
HSV(B) 296.57º 0.15% 0.94% -
XYZ 72.82 68.13 91.75 -
YUV 218.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 238 205 240 0.01 0.15 0 0.06 296.57 0.54 0.87
Hex EE CD F0 1 F 0 6 129 36 57
Octal 356 315 360 1 17 0 6 451 66 127
Binary 11101110 11001101 11110000 1 1111 0 110 100101001 110110 1010111

Color Harmonies of #EECDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDF0

Black with #EECDF0

Text Example


Text Example

White with #EECDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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