#EBEFFD

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

Shades of Solitude #EBEFFD

Tints of Solitude #EBEFFD

Color information

#EBEFFD (or 0xEBEFFD) is unknown color: approx Solitude. HEX triplet: EB, EF and FD. RGB value is (235,239,253). Sum of RGB (Red+Green+Blue) = 235+239+253=727 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.32% from 727); Green value is 239 (93.75% from 255 or 32.87% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBEFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEFFD is #141002. Grayscale: #EFEFEF. Windows color (decimal): -1314819 or 16642027. OLE color: 16642027.

HSL color Cylindrical-coordinate representation of color #EBEFFD: hue angle of 226.67º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBEFFD is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235239253-
CMYK0.070.0600.01
HSL226.67º81.82%95.69%-
HSV(B)226.67º7.11%99.22%-
XYZ82.8686.49105.26-
YUV239.4135.67124.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.32%
GREEN value IS 239 (93.75% from 255) = 32.87%
BLUE value IS 253 (99.22% from 255) = 34.80%
R=32.32%
G=32.87%
B=34.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352392530.070.0600.01226.6781.8295.69
HexEBEFFD7601e35260
Octal3533573757601343122140
Binary111010111110111111111101111110011110001110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFFD; }

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

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

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

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

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

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

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

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