#DCE0F0

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

Shades of Hawkes Blue #DCE0F0

Tints of Hawkes Blue #DCE0F0

Color information

#DCE0F0 (or 0xDCE0F0) is unknown color: approx Hawkes Blue. HEX triplet: DC, E0 and F0. RGB value is (220,224,240). Sum of RGB (Red+Green+Blue) = 220+224+240=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCE0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0F0 is #231F0F. Grayscale: #E0E0E0. Windows color (decimal): -2301712 or 15786204. OLE color: 15786204.

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

Color convert

RGB220224240-
CMYK0.080.0700.06
HSL228º40%90.2%-
HSV(B)228º8.33%94.12%-
XYZ71.974.8293.09-
YUV224.63136.67124.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.16%
GREEN value IS 224 (87.89% from 255) = 32.75%
BLUE value IS 240 (94.14% from 255) = 35.09%
R=32.16%
G=32.75%
B=35.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202242400.080.0700.062284090.2
HexDCE0F08706e4285a
Octal3343403601070634450132
Binary11011100111000001111000010001110110111001001010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE0F0; }

 p { color: rgb(220,224,240); }

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

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

 a { background-color: rgb(220,224,240); }

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

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

 span { border-color: rgb(220,224,240); }

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