#DAE3E5

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

Shades of Zircon #DAE3E5

Tints of Zircon #DAE3E5

Color information

#DAE3E5 (or 0xDAE3E5) is unknown color: approx Zircon. HEX triplet: DA, E3 and E5. RGB value is (218,227,229). Sum of RGB (Red+Green+Blue) = 218+227+229=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 227 (89.06% from 255 or 33.68% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAE3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3E5 is #251C1A. Grayscale: #E0E0E0. Windows color (decimal): -2432027 or 15066074. OLE color: 15066074.

HSL color Cylindrical-coordinate representation of color #DAE3E5: hue angle of 190.91º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAE3E5 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218227229-
CMYK0.050.0100.10
HSL190.91º17.46%87.65%-
HSV(B)190.91º4.8%89.8%-
XYZ70.5375.584.98-
YUV224.54130.52123.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.34%
GREEN value IS 227 (89.06% from 255) = 33.68%
BLUE value IS 229 (89.84% from 255) = 33.98%
R=32.34%
G=33.68%
B=33.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182272290.050.0100.10190.9117.4687.65
HexDAE3E5510Abf1158
Octal3323433455101227721130
Binary11011010111000111110010110110101010111111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3E5; }

 p { color: rgb(218,227,229); }

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

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

 a { background-color: rgb(218,227,229); }

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

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

 span { border-color: rgb(218,227,229); }

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