#DAE2E4

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

Shades of Zircon #DAE2E4

Tints of Zircon #DAE2E4

Color information

#DAE2E4 (or 0xDAE2E4) is unknown color: approx Zircon. HEX triplet: DA, E2 and E4. RGB value is (218,226,228). Sum of RGB (Red+Green+Blue) = 218+226+228=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 226 (88.67% from 255 or 33.63% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAE2E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2E4 is #251D1B. Grayscale: #DFDFDF. Windows color (decimal): -2432284 or 15000282. OLE color: 15000282.

HSL color Cylindrical-coordinate representation of color #DAE2E4: hue angle of 192º 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 #DAE2E4 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218226228-
CMYK0.040.0100.11
HSL192º15.62%87.45%-
HSV(B)192º4.39%89.41%-
XYZ70.1174.984.16-
YUV223.84130.35123.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.44%
GREEN value IS 226 (88.67% from 255) = 33.63%
BLUE value IS 228 (89.45% from 255) = 33.93%
R=32.44%
G=33.63%
B=33.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182262280.040.0100.1119215.6287.45
HexDAE2E4410Bc01057
Octal3323423444101330020127
Binary11011010111000101110010010010101111000000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2E4; }

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

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

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

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

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

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

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

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