Html Css Color HEX #DAE4E3 Zircon

📋 copy color: '#DAE4E3'

red 218 ◦ green 228 ◦ blue 227

#DAE4E3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zircon #DAE4E3

Tints of Zircon #DAE4E3

RGB

 RED value IS 218 (85.55% from 255) = 32.39%

 GREEN value IS 228 (89.45% from 255) = 33.88%

 BLUE value IS 227 (89.06% from 255) = 33.73%

R = 32.39%
G = 33.88%
B = 33.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

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

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

Color convert

RGB 218 228 227 -
CMYK 0.04 0 0.00 0.11
HSL 174º 0.16% 0.87% -
HSV(B) 174º 0.04% 0.89% -
XYZ 70.52 75.94 83.61 -
YUV 224.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 218 228 227 0.04 0 0.00 0.11 174 0.16 0.87
Hex DA E4 E3 4 0 0 B AE 10 57
Octal 332 344 343 4 0 0 13 256 20 127
Binary 11011010 11100100 11100011 100 0 0 1011 10101110 10000 1010111

Color Harmonies of #DAE4E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE4E3

Black with #DAE4E3

Text Example


Text Example

White with #DAE4E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE4E3; }

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

 H1.HeaderClassName
 {
   color: #DAE4E3;
 }
 .AnyTagClassName
 {
   color: #DAE4E3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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