Html Css Color HEX #EECDF1 Snuff

📋 copy color: '#EECDF1'

red 238 ◦ green 205 ◦ blue 241

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

Shades of Snuff #EECDF1

Tints of Snuff #EECDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.23%

R = 34.8%
G = 29.97%
B = 35.23%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EECDF1 (or 0xEECDF1) is known color: Snuff. HEX triplet: EE, CD and F1. RGB value is (238,205,241). Sum of RGB (Red+Green+Blue) = 238+205+241=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #EECDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDF1 is #11320E. Grayscale: #DADADA. Windows color (decimal): -1126927 or 15846894. OLE color: 15846894.

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

Color convert

RGB 238 205 241 -
CMYK 0.01 0.15 0 0.05
HSL 295º 0.56% 0.87% -
HSV(B) 295º 0.15% 0.95% -
XYZ 72.97 68.19 92.54 -
YUV 218.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 238 205 241 0.01 0.15 0 0.05 295 0.56 0.87
Hex EE CD F1 1 F 0 5 127 38 57
Octal 356 315 361 1 17 0 5 447 70 127
Binary 11101110 11001101 11110001 1 1111 0 101 100100111 111000 1010111

Color Harmonies of #EECDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDF1

Black with #EECDF1

Text Example


Text Example

White with #EECDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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