#DDEBEA

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

Shades of Zircon #DDEBEA

Tints of Zircon #DDEBEA

Color information

#DDEBEA (or 0xDDEBEA) is unknown color: approx Zircon. HEX triplet: DD, EB and EA. RGB value is (221,235,234). Sum of RGB (Red+Green+Blue) = 221+235+234=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEBEA is #221415. Grayscale: #E6E6E6. Windows color (decimal): -2233366 or 15395805. OLE color: 15395805.

HSL color Cylindrical-coordinate representation of color #DDEBEA: hue angle of 175.71º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDEBEA is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB221235234-
CMYK0.0600.000.08
HSL175.71º25.93%89.41%-
HSV(B)175.71º5.96%92.16%-
XYZ74.3880.7389.5-
YUV230.7129.86121.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 235 (92.19% from 255) = 34.06%
BLUE value IS 234 (91.80% from 255) = 33.91%
R=32.03%
G=34.06%
B=33.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212352340.0600.000.08175.7125.9389.41
HexDDEBEA6008b01a59
Octal3353533526001026032131
Binary11011101111010111110101011000100010110000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBEA; }

 p { color: rgb(221,235,234); }

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

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

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

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

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

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

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