#DFEAEB

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

Shades of Zircon #DFEAEB

Tints of Zircon #DFEAEB

Color information

#DFEAEB (or 0xDFEAEB) is unknown color: approx Zircon. HEX triplet: DF, EA and EB. RGB value is (223,234,235). Sum of RGB (Red+Green+Blue) = 223+234+235=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFEAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAEB is #201514. Grayscale: #E6E6E6. Windows color (decimal): -2102549 or 15461087. OLE color: 15461087.

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

Color convert

RGB223234235-
CMYK0.050.0000.08
HSL185º23.08%89.8%-
HSV(B)185º5.11%92.16%-
XYZ74.8580.5390.2-
YUV230.82130.36122.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.23%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 235 (92.19% from 255) = 33.96%
R=32.23%
G=33.82%
B=33.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232342350.050.0000.0818523.0889.8
HexDFEAEB5008b9175a
Octal3373523535001027127132
Binary11011111111010101110101110100100010111001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEAEB; }

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

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

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

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

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

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

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

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