#DDE8E7

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

Shades of Zircon #DDE8E7

Tints of Zircon #DDE8E7

Color information

#DDE8E7 (or 0xDDE8E7) is unknown color: approx Zircon. HEX triplet: DD, E8 and E7. RGB value is (221,232,231). Sum of RGB (Red+Green+Blue) = 221+232+231=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 232 (91.02% from 255 or 33.92% from 684); Blue value is 231 (90.62% from 255 or 33.77% from 684); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8E7 is #221718. Grayscale: #E4E4E4. Windows color (decimal): -2234137 or 15198429. OLE color: 15198429.

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

Color convert

RGB221232231-
CMYK0.0500.000.09
HSL174.55º19.3%88.82%-
HSV(B)174.55º4.74%90.98%-
XYZ73.178.8586.97-
YUV228.6129.36122.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 232 (91.02% from 255) = 33.92%
BLUE value IS 231 (90.62% from 255) = 33.77%
R=32.31%
G=33.92%
B=33.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212322310.0500.000.09174.5519.388.82
HexDDE8E75009af1359
Octal3353503475001125723131
Binary11011101111010001110011110100100110101111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8E7; }

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

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

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

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

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

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

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

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