#DDE7E9

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

Shades of Zircon #DDE7E9

Tints of Zircon #DDE7E9

Color information

#DDE7E9 (or 0xDDE7E9) is unknown color: approx Zircon. HEX triplet: DD, E7 and E9. RGB value is (221,231,233). Sum of RGB (Red+Green+Blue) = 221+231+233=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDE7E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE7E9 is #221816. Grayscale: #E4E4E4. Windows color (decimal): -2234391 or 15329245. OLE color: 15329245.

HSL color Cylindrical-coordinate representation of color #DDE7E9: hue angle of 190º degrees, saturation: 0.21, 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 #DDE7E9 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221231233-
CMYK0.050.0100.09
HSL190º21.43%89.02%-
HSV(B)190º5.15%91.37%-
XYZ73.178.4188.37-
YUV228.24130.69122.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.26%
GREEN value IS 231 (90.62% from 255) = 33.72%
BLUE value IS 233 (91.41% from 255) = 34.01%
R=32.26%
G=33.72%
B=34.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212312330.050.0100.0919021.4389.02
HexDDE7E95109be1559
Octal3353473515101127625131
Binary11011101111001111110100110110100110111110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7E9; }

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

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

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

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

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

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

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

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