Html Css Color HEX #EECBEF Snuff

📋 copy color: '#EECBEF'

red 238 ◦ green 203 ◦ blue 239

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

Shades of Snuff #EECBEF

Tints of Snuff #EECBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.15%

R = 35%
G = 29.85%
B = 35.15%

CMYK

 C value IS 0.00

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EECBEF (or 0xEECBEF) is known color: Snuff. HEX triplet: EE, CB and EF. RGB value is (238,203,239). Sum of RGB (Red+Green+Blue) = 238+203+239=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 203 (79.69% from 255 or 29.85% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: blue. Hex color #EECBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBEF is #113410. Grayscale: #D9D9D9. Windows color (decimal): -1127441 or 15715310. OLE color: 15715310.

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

Color convert

RGB 238 203 239 -
CMYK 0.00 0.15 0 0.06
HSL 298.33º 0.53% 0.87% -
HSV(B) 298.33º 0.15% 0.94% -
XYZ 72.2 67.12 90.81 -
YUV 217.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 238 203 239 0.00 0.15 0 0.06 298.33 0.53 0.87
Hex EE CB EF 0 F 0 6 12A 35 57
Octal 356 313 357 0 17 0 6 452 65 127
Binary 11101110 11001011 11101111 0 1111 0 110 100101010 110101 1010111

Color Harmonies of #EECBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECBEF

Black with #EECBEF

Text Example


Text Example

White with #EECBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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