#DAEAFF

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

Shades of Solitude #DAEAFF

Tints of Solitude #DAEAFF

Color information

#DAEAFF (or 0xDAEAFF) is unknown color: approx Solitude. HEX triplet: DA, EA and FF. RGB value is (218,234,255). Sum of RGB (Red+Green+Blue) = 218+234+255=707 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.83% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAEAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAFF is #251500. Grayscale: #E7E7E7. Windows color (decimal): -2430209 or 16771802. OLE color: 16771802.

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

Color convert

RGB218234255-
CMYK0.150.0800
HSL214.05º100%92.75%-
HSV(B)214.05º14.51%100%-
XYZ76.3980.97106.21-
YUV231.61141.2118.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.83%
GREEN value IS 234 (91.80% from 255) = 33.10%
BLUE value IS 255 (100% from 255) = 36.07%
R=30.83%
G=33.10%
B=36.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182342550.150.0800214.0510092.75
HexDAEAFFF800d6645d
Octal332352377171000326144135
Binary11011010111010101111111111111000001101011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAFF; }

 p { color: rgb(218,234,255); }

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

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

 a { background-color: rgb(218,234,255); }

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

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

 span { border-color: rgb(218,234,255); }

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