#DAEBFE

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

Shades of Solitude #DAEBFE

Tints of Solitude #DAEBFE

Color information

#DAEBFE (or 0xDAEBFE) is unknown color: approx Solitude. HEX triplet: DA, EB and FE. RGB value is (218,235,254). Sum of RGB (Red+Green+Blue) = 218+235+254=707 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.83% from 707); Green value is 235 (92.19% from 255 or 33.24% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAEBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEBFE is #251401. Grayscale: #E7E7E7. Windows color (decimal): -2429954 or 16706522. OLE color: 16706522.

HSL color Cylindrical-coordinate representation of color #DAEBFE: hue angle of 211.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAEBFE is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218235254-
CMYK0.140.0700.00
HSL211.67º94.74%92.55%-
HSV(B)211.67º14.17%99.61%-
XYZ76.5181.48105.46-
YUV232.08140.37117.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.83%
GREEN value IS 235 (92.19% from 255) = 33.24%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=30.83%
G=33.24%
B=35.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182352540.140.0700.00211.6794.7492.55
HexDAEBFEE700d45f5d
Octal33235337616700324137135
Binary1101101011101011111111101110111001101010010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBFE; }

 p { color: rgb(218,235,254); }

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

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

 a { background-color: rgb(218,235,254); }

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

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

 span { border-color: rgb(218,235,254); }

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