#DFEDED

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

Shades of Zircon #DFEDED

Tints of Zircon #DFEDED

Color information

#DFEDED (or 0xDFEDED) is unknown color: approx Zircon. HEX triplet: DF, ED and ED. RGB value is (223,237,237). Sum of RGB (Red+Green+Blue) = 223+237+237=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #DFEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDED is #201212. Grayscale: #E8E8E8. Windows color (decimal): -2101779 or 15592927. OLE color: 15592927.

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

Color convert

RGB223237237-
CMYK0.06000.07
HSL180º28%90.2%-
HSV(B)180º5.91%92.94%-
XYZ7682.3792.01-
YUV232.81130.36121-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.99%
GREEN value IS 237 (92.97% from 255) = 34.00%
BLUE value IS 237 (92.97% from 255) = 34.00%
R=31.99%
G=34.00%
B=34.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232372370.06000.071802890.2
HexDFEDED6007b41c5a
Octal337355355600726434132
Binary1101111111101101111011011100011110110100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEDED; }

 p { color: rgb(223,237,237); }

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

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

 a { background-color: rgb(223,237,237); }

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

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

 span { border-color: rgb(223,237,237); }

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