#DDE5E5

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

Shades of Zircon #DDE5E5

Tints of Zircon #DDE5E5

Color information

#DDE5E5 (or 0xDDE5E5) is unknown color: approx Zircon. HEX triplet: DD, E5 and E5. RGB value is (221,229,229). Sum of RGB (Red+Green+Blue) = 221+229+229=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 229 (89.84% from 255 or 33.73% from 679); Blue value is 229 (89.84% from 255 or 33.73% from 679); Max value from RGB is 229 - color contains mainly: green, blue. Hex color #DDE5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5E5 is #221A1A. Grayscale: #E2E2E2. Windows color (decimal): -2234907 or 15066589. OLE color: 15066589.

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

Color convert

RGB221229229-
CMYK0.03000.10
HSL180º13.33%88.24%-
HSV(B)180º3.49%89.8%-
XYZ71.9877.0785.21-
YUV226.61129.35124-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.55%
GREEN value IS 229 (89.84% from 255) = 33.73%
BLUE value IS 229 (89.84% from 255) = 33.73%
R=32.55%
G=33.73%
B=33.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212292290.03000.1018013.3388.24
HexDDE5E5300Ab4d58
Octal3353453453001226415130
Binary110111011110010111100101110010101011010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5E5; }

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

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

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

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

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

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

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

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