Html Css Color HEX #DFE9EA Zircon

📋 copy color: '#DFE9EA'

red 223 ◦ green 233 ◦ blue 234

#DFE9EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zircon #DFE9EA

Tints of Zircon #DFE9EA

RGB

 RED value IS 223 (87.5% from 255) = 32.32%

 GREEN value IS 233 (91.41% from 255) = 33.77%

 BLUE value IS 234 (91.8% from 255) = 33.91%

R = 32.32%
G = 33.77%
B = 33.91%

CMYK

 C value IS 0.05

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFE9EA (or 0xDFE9EA) is known color: Zircon. HEX triplet: DF, E9 and EA. RGB value is (223,233,234). Sum of RGB (Red+Green+Blue) = 223+233+234=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFE9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE9EA is #201615. Grayscale: #E6E6E6. Windows color (decimal): -2102806 or 15395295. OLE color: 15395295.

HSL color Cylindrical-coordinate representation of color #DFE9EA: hue angle of 185.45º degrees, saturation: 0.21, 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 #DFE9EA is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 233 234 -
CMYK 0.05 0.00 0 0.08
HSL 185.45º 0.21% 0.9% -
HSV(B) 185.45º 0.05% 0.92% -
XYZ 74.42 79.91 89.34 -
YUV 230.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 223 233 234 0.05 0.00 0 0.08 185.45 0.21 0.9
Hex DF E9 EA 5 0 0 8 B9 15 5A
Octal 337 351 352 5 0 0 10 271 25 132
Binary 11011111 11101001 11101010 101 0 0 1000 10111001 10101 1011010

Color Harmonies of #DFE9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE9EA

Black with #DFE9EA

Text Example


Text Example

White with #DFE9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE9EA; }

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

 H1.HeaderClassName
 {
   color: #DFE9EA;
 }
 .AnyTagClassName
 {
   color: #DFE9EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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