#DDE6E5

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

Shades of Zircon #DDE6E5

Tints of Zircon #DDE6E5

Color information

#DDE6E5 (or 0xDDE6E5) is unknown color: approx Zircon. HEX triplet: DD, E6 and E5. RGB value is (221,230,229). Sum of RGB (Red+Green+Blue) = 221+230+229=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6E5 is #22191A. Grayscale: #E3E3E3. Windows color (decimal): -2234651 or 15066845. OLE color: 15066845.

HSL color Cylindrical-coordinate representation of color #DDE6E5: hue angle of 173.33º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE6E5 is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB221230229-
CMYK0.0400.000.10
HSL173.33º15.25%88.43%-
HSV(B)173.33º3.91%90.2%-
XYZ72.2677.6285.3-
YUV227.2129.02123.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.5%
GREEN value IS 230 (90.23% from 255) = 33.82%
BLUE value IS 229 (89.84% from 255) = 33.68%
R=32.5%
G=33.82%
B=33.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212302290.0400.000.10173.3315.2588.43
HexDDE6E5400Aadf58
Octal3353463454001225517130
Binary1101110111100110111001011000010101010110111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE6E5; }

 p { color: rgb(221,230,229); }

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

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

 a { background-color: rgb(221,230,229); }

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

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

 span { border-color: rgb(221,230,229); }

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