Html Css Color HEX #EECBF0 Snuff

📋 copy color: '#EECBF0'

red 238 ◦ green 203 ◦ blue 240

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

Shades of Snuff #EECBF0

Tints of Snuff #EECBF0

RGB

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

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

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

R = 34.95%
G = 29.81%
B = 35.24%

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

#EECBF0 (or 0xEECBF0) is known color: Snuff. HEX triplet: EE, CB and F0. RGB value is (238,203,240). Sum of RGB (Red+Green+Blue) = 238+203+240=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 240 - color contains mainly: blue. Hex color #EECBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBF0 is #11340F. Grayscale: #D9D9D9. Windows color (decimal): -1127440 or 15780846. OLE color: 15780846.

HSL color Cylindrical-coordinate representation of color #EECBF0: hue angle of 296.76º degrees, saturation: 0.55, 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 #EECBF0 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 203 240 -
CMYK 0.01 0.15 0 0.06
HSL 296.76º 0.55% 0.87% -
HSV(B) 296.76º 0.15% 0.94% -
XYZ 72.34 67.18 91.59 -
YUV 217.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 238 203 240 0.01 0.15 0 0.06 296.76 0.55 0.87
Hex EE CB F0 1 F 0 6 129 37 57
Octal 356 313 360 1 17 0 6 451 67 127
Binary 11101110 11001011 11110000 1 1111 0 110 100101001 110111 1010111

Color Harmonies of #EECBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECBF0

Black with #EECBF0

Text Example


Text Example

White with #EECBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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