Html Css Color HEX #EECDF2 Snuff

📋 copy color: '#EECDF2'

red 238 ◦ green 205 ◦ blue 242

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

Shades of Snuff #EECDF2

Tints of Snuff #EECDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.33%

R = 34.74%
G = 29.93%
B = 35.33%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EECDF2 (or 0xEECDF2) is known color: Snuff. HEX triplet: EE, CD and F2. RGB value is (238,205,242). Sum of RGB (Red+Green+Blue) = 238+205+242=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 242 - color contains mainly: blue. Hex color #EECDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDF2 is #11320D. Grayscale: #DADADA. Windows color (decimal): -1126926 or 15912430. OLE color: 15912430.

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

Color convert

RGB 238 205 242 -
CMYK 0.02 0.15 0 0.05
HSL 293.51º 0.59% 0.88% -
HSV(B) 293.51º 0.15% 0.95% -
XYZ 73.12 68.25 93.32 -
YUV 219.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 238 205 242 0.02 0.15 0 0.05 293.51 0.59 0.88
Hex EE CD F2 2 F 0 5 126 3B 58
Octal 356 315 362 2 17 0 5 446 73 130
Binary 11101110 11001101 11110010 10 1111 0 101 100100110 111011 1011000

Color Harmonies of #EECDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDF2

Black with #EECDF2

Text Example


Text Example

White with #EECDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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