Html Css Color HEX #EECCF2 Snuff

📋 copy color: '#EECCF2'

red 238 ◦ green 204 ◦ blue 242

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

Shades of Snuff #EECCF2

Tints of Snuff #EECCF2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.82%

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

R = 34.8%
G = 29.82%
B = 35.38%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EECCF2 (or 0xEECCF2) is known color: Snuff. HEX triplet: EE, CC and F2. RGB value is (238,204,242). Sum of RGB (Red+Green+Blue) = 238+204+242=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 204 (80.08% from 255 or 29.82% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #EECCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCF2 is #11330D. Grayscale: #DADADA. Windows color (decimal): -1127182 or 15912174. OLE color: 15912174.

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

Color convert

RGB 238 204 242 -
CMYK 0.02 0.16 0 0.05
HSL 293.68º 0.59% 0.87% -
HSV(B) 293.68º 0.16% 0.95% -
XYZ 72.88 67.77 93.24 -
YUV 218.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 238 204 242 0.02 0.16 0 0.05 293.68 0.59 0.87
Hex EE CC F2 2 10 0 5 126 3B 57
Octal 356 314 362 2 20 0 5 446 73 127
Binary 11101110 11001100 11110010 10 10000 0 101 100100110 111011 1010111

Color Harmonies of #EECCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECCF2

Black with #EECCF2

Text Example


Text Example

White with #EECCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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