#DAE5E6

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

Shades of Zircon #DAE5E6

Tints of Zircon #DAE5E6

Color information

#DAE5E6 (or 0xDAE5E6) is unknown color: approx Zircon. HEX triplet: DA, E5 and E6. RGB value is (218,229,230). Sum of RGB (Red+Green+Blue) = 218+229+230=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAE5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5E6 is #251A19. Grayscale: #E1E1E1. Windows color (decimal): -2431514 or 15132122. OLE color: 15132122.

HSL color Cylindrical-coordinate representation of color #DAE5E6: hue angle of 185º degrees, saturation: 0.19, 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 #DAE5E6 is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218229230-
CMYK0.050.0000.10
HSL185º19.35%87.84%-
HSV(B)185º5.22%90.2%-
XYZ71.2276.6685.91-
YUV225.82130.36122.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 229 (89.84% from 255) = 33.83%
BLUE value IS 230 (90.23% from 255) = 33.97%
R=32.20%
G=33.83%
B=33.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182292300.050.0000.1018519.3587.84
HexDAE5E6500Ab91358
Octal3323453465001227123130
Binary11011010111001011110011010100101010111001100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE5E6; }

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

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

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

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

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

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

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

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