#DFECEE

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

Shades of Zircon #DFECEE

Tints of Zircon #DFECEE

Color information

#DFECEE (or 0xDFECEE) is unknown color: approx Zircon. HEX triplet: DF, EC and EE. RGB value is (223,236,238). Sum of RGB (Red+Green+Blue) = 223+236+238=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECEE is #201311. Grayscale: #E8E8E8. Windows color (decimal): -2102034 or 15658207. OLE color: 15658207.

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

Color convert

RGB223236238-
CMYK0.060.0100.07
HSL188º30.61%90.39%-
HSV(B)188º6.3%93.33%-
XYZ75.8681.8592.69-
YUV232.34131.19121.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.99%
GREEN value IS 236 (92.58% from 255) = 33.86%
BLUE value IS 238 (93.36% from 255) = 34.15%
R=31.99%
G=33.86%
B=34.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232362380.060.0100.0718830.6190.39
HexDFECEE6107bc1f5a
Octal337354356610727437132
Binary1101111111101100111011101101011110111100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECEE; }

 p { color: rgb(223,236,238); }

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

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

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

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

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

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

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