#DAE3E4

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

Shades of Zircon #DAE3E4

Tints of Zircon #DAE3E4

Color information

#DAE3E4 (or 0xDAE3E4) is unknown color: approx Zircon. HEX triplet: DA, E3 and E4. RGB value is (218,227,228). Sum of RGB (Red+Green+Blue) = 218+227+228=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 227 (89.06% from 255 or 33.73% from 673); Blue value is 228 (89.45% from 255 or 33.88% from 673); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAE3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3E4 is #251C1B. Grayscale: #E0E0E0. Windows color (decimal): -2432028 or 15000538. OLE color: 15000538.

HSL color Cylindrical-coordinate representation of color #DAE3E4: hue angle of 186º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAE3E4 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218227228-
CMYK0.040.0000.11
HSL186º15.62%87.45%-
HSV(B)186º4.39%89.41%-
XYZ70.3975.4584.25-
YUV224.42130.02123.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.39%
GREEN value IS 227 (89.06% from 255) = 33.73%
BLUE value IS 228 (89.45% from 255) = 33.88%
R=32.39%
G=33.73%
B=33.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182272280.040.0000.1118615.6287.45
HexDAE3E4400Bba1057
Octal3323433444001327220127
Binary11011010111000111110010010000101110111010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3E4; }

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

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

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

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

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

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

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

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