#DDE1E1

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

Shades of Zircon #DDE1E1

Tints of Zircon #DDE1E1

Color information

#DDE1E1 (or 0xDDE1E1) is unknown color: approx Zircon. HEX triplet: DD, E1 and E1. RGB value is (221,225,225). Sum of RGB (Red+Green+Blue) = 221+225+225=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 225 (88.28% from 255 or 33.53% from 671); Blue value is 225 (88.28% from 255 or 33.53% from 671); Max value from RGB is 225 - color contains mainly: green, blue. Hex color #DDE1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1E1 is #221E1E. Grayscale: #DFDFDF. Windows color (decimal): -2235935 or 14803421. OLE color: 14803421.

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

Color convert

RGB221225225-
CMYK0.02000.12
HSL180º6.25%87.45%-
HSV(B)180º1.78%88.24%-
XYZ70.3374.6681.94-
YUV223.8128.67126-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 225 (88.28% from 255) = 33.53%
BLUE value IS 225 (88.28% from 255) = 33.53%
R=32.94%
G=33.53%
B=33.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212252250.02000.121806.2587.45
HexDDE1E1200Cb4657
Octal335341341200142646127
Binary11011101111000011110000110001100101101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1E1; }

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

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

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

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

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

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

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

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