Html Css Color HEX #EBCEEF Snuff

📋 copy color: '#EBCEEF'

red 235 ◦ green 206 ◦ blue 239

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

Shades of Snuff #EBCEEF

Tints of Snuff #EBCEEF

RGB

 RED value IS 235 (92.19% from 255) = 34.56%

 GREEN value IS 206 (80.86% from 255) = 30.29%

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

R = 34.56%
G = 30.29%
B = 35.15%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBCEEF (or 0xEBCEEF) is known color: Snuff. HEX triplet: EB, CE and EF. RGB value is (235,206,239). Sum of RGB (Red+Green+Blue) = 235+206+239=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 206 (80.86% from 255 or 30.29% 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 #EBCEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCEEF is #143110. Grayscale: #DADADA. Windows color (decimal): -1323281 or 15716075. OLE color: 15716075.

HSL color Cylindrical-coordinate representation of color #EBCEEF: hue angle of 292.73º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBCEEF is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 206 239 -
CMYK 0.02 0.14 0 0.06
HSL 292.73º 0.51% 0.87% -
HSV(B) 292.73º 0.14% 0.94% -
XYZ 71.91 68.04 91 -
YUV 218.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 235 206 239 0.02 0.14 0 0.06 292.73 0.51 0.87
Hex EB CE EF 2 E 0 6 125 33 57
Octal 353 316 357 2 16 0 6 445 63 127
Binary 11101011 11001110 11101111 10 1110 0 110 100100101 110011 1010111

Color Harmonies of #EBCEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCEEF

Black with #EBCEEF

Text Example


Text Example

White with #EBCEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCEEF; }

 p { color: rgb(235,206,239); }

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

background-color css

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

 a { background-color: rgb(235,206,239); }

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

border-color css

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

 span { border-color: rgb(235,206,239); }

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