Html Css Color HEX #DAE5E4 Zircon

📋 copy color: '#DAE5E4'

red 218 ◦ green 229 ◦ blue 228

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

Shades of Zircon #DAE5E4

Tints of Zircon #DAE5E4

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.93%

 BLUE value IS 228 (89.45% from 255) = 33.78%

R = 32.3%
G = 33.93%
B = 33.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.00

 K value IS 0.10

RGB Variations

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

Color information

#DAE5E4 (or 0xDAE5E4) is known color: Zircon. HEX triplet: DA, E5 and E4. RGB value is (218,229,228). Sum of RGB (Red+Green+Blue) = 218+229+228=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 229 (89.84% from 255 or 33.93% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5E4 is #251A1B. Grayscale: #E1E1E1. Windows color (decimal): -2431516 or 15001050. OLE color: 15001050.

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

Color convert

RGB 218 229 228 -
CMYK 0.05 0 0.00 0.10
HSL 174.55º 0.17% 0.88% -
HSV(B) 174.55º 0.05% 0.9% -
XYZ 70.94 76.55 84.43 -
YUV 225.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 218 229 228 0.05 0 0.00 0.10 174.55 0.17 0.88
Hex DA E5 E4 5 0 0 A AF 11 58
Octal 332 345 344 5 0 0 12 257 21 130
Binary 11011010 11100101 11100100 101 0 0 1010 10101111 10001 1011000

Color Harmonies of #DAE5E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE5E4

Black with #DAE5E4

Text Example


Text Example

White with #DAE5E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE5E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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