#DAE7FB

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

Shades of Solitude #DAE7FB

Tints of Solitude #DAE7FB

Color information

#DAE7FB (or 0xDAE7FB) is unknown color: approx Solitude. HEX triplet: DA, E7 and FB. RGB value is (218,231,251). Sum of RGB (Red+Green+Blue) = 218+231+251=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 231 (90.62% from 255 or 33% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAE7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7FB is #251804. Grayscale: #E5E5E5. Windows color (decimal): -2430981 or 16508890. OLE color: 16508890.

HSL color Cylindrical-coordinate representation of color #DAE7FB: hue angle of 216.36º 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 #DAE7FB is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218231251-
CMYK0.130.0800.02
HSL216.36º80.49%91.96%-
HSV(B)216.36º13.15%98.43%-
XYZ74.979.02102.57-
YUV229.39140.19119.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.14%
GREEN value IS 231 (90.62% from 255) = 33%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=31.14%
G=33%
B=35.86%

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
Decimal2182312510.130.0800.02216.3680.4991.96
HexDAE7FBD802d8505c
Octal332347373151002330120134
Binary110110101110011111111011110110000101101100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7FB; }

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

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

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

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

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

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

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

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