#DDEBEC

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

Shades of Zircon #DDEBEC

Tints of Zircon #DDEBEC

Color information

#DDEBEC (or 0xDDEBEC) is unknown color: approx Zircon. HEX triplet: DD, EB and EC. RGB value is (221,235,236). Sum of RGB (Red+Green+Blue) = 221+235+236=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDEBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEBEC is #221413. Grayscale: #E6E6E6. Windows color (decimal): -2233364 or 15526877. OLE color: 15526877.

HSL color Cylindrical-coordinate representation of color #DDEBEC: hue angle of 184º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDEBEC is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221235236-
CMYK0.060.0000.07
HSL184º28.3%89.61%-
HSV(B)184º6.36%92.55%-
XYZ74.6780.8491.03-
YUV230.93130.86120.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.94%
GREEN value IS 235 (92.19% from 255) = 33.96%
BLUE value IS 236 (92.58% from 255) = 34.10%
R=31.94%
G=33.96%
B=34.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212352360.060.0000.0718428.389.61
HexDDEBEC6007b81c5a
Octal335353354600727034132
Binary1101110111101011111011001100011110111000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBEC; }

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

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

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

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

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

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

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

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