Html Css Color HEX #DAE8E7 Zircon

📋 copy color: '#DAE8E7'

red 218 ◦ green 232 ◦ blue 231

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

Shades of Zircon #DAE8E7

Tints of Zircon #DAE8E7

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.07%

 BLUE value IS 231 (90.63% from 255) = 33.92%

R = 32.01%
G = 34.07%
B = 33.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#DAE8E7 (or 0xDAE8E7) is known color: Zircon. HEX triplet: DA, E8 and E7. RGB value is (218,232,231). Sum of RGB (Red+Green+Blue) = 218+232+231=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 232 (91.02% from 255 or 34.07% from 681); Blue value is 231 (90.62% from 255 or 33.92% from 681); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8E7 is #251718. Grayscale: #E3E3E3. Windows color (decimal): -2430745 or 15198426. OLE color: 15198426.

HSL color Cylindrical-coordinate representation of color #DAE8E7: hue angle of 175.71º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAE8E7 is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 232 231 -
CMYK 0.06 0 0.00 0.09
HSL 175.71º 0.23% 0.88% -
HSV(B) 175.71º 0.06% 0.91% -
XYZ 72.19 78.39 86.93 -
YUV 227.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 218 232 231 0.06 0 0.00 0.09 175.71 0.23 0.88
Hex DA E8 E7 6 0 0 9 B0 17 58
Octal 332 350 347 6 0 0 11 260 27 130
Binary 11011010 11101000 11100111 110 0 0 1001 10110000 10111 1011000

Color Harmonies of #DAE8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE8E7

Black with #DAE8E7

Text Example


Text Example

White with #DAE8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE8E7; }

 p { color: rgb(218,232,231); }

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

background-color css

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

 a { background-color: rgb(218,232,231); }

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

border-color css

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

 span { border-color: rgb(218,232,231); }

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