#DDEBEB

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

Shades of Zircon #DDEBEB

Tints of Zircon #DDEBEB

Color information

#DDEBEB (or 0xDDEBEB) is unknown color: approx Zircon. HEX triplet: DD, EB and EB. RGB value is (221,235,235). Sum of RGB (Red+Green+Blue) = 221+235+235=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #DDEBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEBEB is #221414. Grayscale: #E6E6E6. Windows color (decimal): -2233365 or 15461341. OLE color: 15461341.

HSL color Cylindrical-coordinate representation of color #DDEBEB: hue angle of 180º 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 #DDEBEB is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221235235-
CMYK0.06000.08
HSL180º25.93%89.41%-
HSV(B)180º5.96%92.16%-
XYZ74.5280.7990.26-
YUV230.81130.36121-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.98%
GREEN value IS 235 (92.19% from 255) = 34.01%
BLUE value IS 235 (92.19% from 255) = 34.01%
R=31.98%
G=34.01%
B=34.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212352350.06000.0818025.9389.41
HexDDEBEB6008b41a59
Octal3353533536001026432131
Binary11011101111010111110101111000100010110100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBEB; }

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

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

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

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

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

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

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

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