#EBEFDD

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

Shades of Black Squeeze #EBEFDD

Tints of Black Squeeze #EBEFDD

Color information

#EBEFDD (or 0xEBEFDD) is unknown color: approx Black Squeeze. HEX triplet: EB, EF and DD. RGB value is (235,239,221). Sum of RGB (Red+Green+Blue) = 235+239+221=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFDD is #141022. Grayscale: #EBEBEB. Windows color (decimal): -1314851 or 14544875. OLE color: 14544875.

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

Color convert

RGB235239221-
CMYK0.0200.080.06
HSL73.33º36%90.2%-
HSV(B)73.33º7.53%93.73%-
XYZ78.1884.6280.62-
YUV235.75119.67127.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 239 (93.75% from 255) = 34.39%
BLUE value IS 221 (86.72% from 255) = 31.80%
R=33.81%
G=34.39%
B=31.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352392210.0200.080.0673.333690.2
HexEBEFDD208649245a
Octal3533573352010611144132
Binary111010111110111111011101100100011010010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFDD; }

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

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

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

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

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

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

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

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