#DAE6FB

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

Shades of Solitude #DAE6FB

Tints of Solitude #DAE6FB

Color information

#DAE6FB (or 0xDAE6FB) is unknown color: approx Solitude. HEX triplet: DA, E6 and FB. RGB value is (218,230,251). Sum of RGB (Red+Green+Blue) = 218+230+251=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 230 (90.23% from 255 or 32.90% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAE6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE6FB is #251904. Grayscale: #E4E4E4. Windows color (decimal): -2431237 or 16508634. OLE color: 16508634.

HSL color Cylindrical-coordinate representation of color #DAE6FB: hue angle of 218.18º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAE6FB is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218230251-
CMYK0.130.0800.02
HSL218.18º80.49%91.96%-
HSV(B)218.18º13.15%98.43%-
XYZ74.6278.46102.48-
YUV228.81140.52120.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.19%
GREEN value IS 230 (90.23% from 255) = 32.90%
BLUE value IS 251 (98.44% from 255) = 35.91%
R=31.19%
G=32.90%
B=35.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182302510.130.0800.02218.1880.4991.96
HexDAE6FBD802da505c
Octal332346373151002332120134
Binary110110101110011011111011110110000101101101010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6FB; }

 p { color: rgb(218,230,251); }

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

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

 a { background-color: rgb(218,230,251); }

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

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

 span { border-color: rgb(218,230,251); }

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