#DAE0FD

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

Shades of Quartz #DAE0FD

Tints of Quartz #DAE0FD

Color information

#DAE0FD (or 0xDAE0FD) is unknown color: approx Quartz. HEX triplet: DA, E0 and FD. RGB value is (218,224,253). Sum of RGB (Red+Green+Blue) = 218+224+253=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 224 (87.89% from 255 or 32.23% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAE0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0FD is #251F02. Grayscale: #E1E1E1. Windows color (decimal): -2432771 or 16638170. OLE color: 16638170.

HSL color Cylindrical-coordinate representation of color #DAE0FD: hue angle of 229.71º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAE0FD is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218224253-
CMYK0.140.1100.01
HSL229.71º89.74%92.35%-
HSV(B)229.71º13.83%99.22%-
XYZ73.375.31103.6-
YUV225.51143.51122.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.37%
GREEN value IS 224 (87.89% from 255) = 32.23%
BLUE value IS 253 (99.22% from 255) = 36.40%
R=31.37%
G=32.23%
B=36.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182242530.140.1100.01229.7189.7492.35
HexDAE0FDEB01e65a5c
Octal332340375161301346132134
Binary11011010111000001111110111101011011110011010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0FD; }

 p { color: rgb(218,224,253); }

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

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

 a { background-color: rgb(218,224,253); }

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

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

 span { border-color: rgb(218,224,253); }

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