#EBCDF0

Color #EBCDF0 Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #EBCDF0

Tints of Snuff #EBCDF0

Color information

#EBCDF0 (or 0xEBCDF0) is unknown color: approx Snuff. HEX triplet: EB, CD and F0. RGB value is (235,205,240). Sum of RGB (Red+Green+Blue) = 235+205+240=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBCDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDF0 is #14320F. Grayscale: #D9D9D9. Windows color (decimal): -1323536 or 15781355. OLE color: 15781355.

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

Color convert

RGB235205240-
CMYK0.020.1500.06
HSL291.43º53.85%87.25%-
HSV(B)291.43º14.58%94.12%-
XYZ71.8267.6291.7-
YUV217.96140.44140.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 205 (80.47% from 255) = 30.15%
BLUE value IS 240 (94.14% from 255) = 35.29%
R=34.56%
G=30.15%
B=35.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352052400.020.1500.06291.4353.8587.25
HexEBCDF02F061233657
Octal3533153602170644366127
Binary11101011110011011111000010111101101001000111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDF0; }

 p { color: rgb(235,205,240); }

 H1.HeaderClassName
 {
   color: #EBCDF0;
 }
 .AnyTagClassName
 {
   color: #EBCDF0;
 }
</style>
background-color css

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

 a { background-color: rgb(235,205,240); }

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

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

 span { border-color: rgb(235,205,240); }

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