Html Css Color HEX #EECBF4 Snuff

📋 copy color: '#EECBF4'

red 238 ◦ green 203 ◦ blue 244

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

Shades of Snuff #EECBF4

Tints of Snuff #EECBF4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.64%

 BLUE value IS 244 (95.7% from 255) = 35.62%

R = 34.74%
G = 29.64%
B = 35.62%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EECBF4 (or 0xEECBF4) is known color: Snuff. HEX triplet: EE, CB and F4. RGB value is (238,203,244). Sum of RGB (Red+Green+Blue) = 238+203+244=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 244 (95.70% from 255 or 35.62% from 685); Max value from RGB is 244 - color contains mainly: blue. Hex color #EECBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBF4 is #11340B. Grayscale: #DADADA. Windows color (decimal): -1127436 or 16042990. OLE color: 16042990.

HSL color Cylindrical-coordinate representation of color #EECBF4: hue angle of 291.22º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EECBF4 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 203 244 -
CMYK 0.02 0.17 0 0.04
HSL 291.22º 0.65% 0.88% -
HSV(B) 291.22º 0.17% 0.96% -
XYZ 72.94 67.42 94.76 -
YUV 218.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 238 203 244 0.02 0.17 0 0.04 291.22 0.65 0.88
Hex EE CB F4 2 11 0 4 123 41 58
Octal 356 313 364 2 21 0 4 443 101 130
Binary 11101110 11001011 11110100 10 10001 0 100 100100011 1000001 1011000

Color Harmonies of #EECBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECBF4

Black with #EECBF4

Text Example


Text Example

White with #EECBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECBF4; }

 p { color: rgb(238,203,244); }

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

background-color css

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

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

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

border-color css

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

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

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