#DCE0F1

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

Shades of Hawkes Blue #DCE0F1

Tints of Hawkes Blue #DCE0F1

Color information

#DCE0F1 (or 0xDCE0F1) is unknown color: approx Hawkes Blue. HEX triplet: DC, E0 and F1. RGB value is (220,224,241). Sum of RGB (Red+Green+Blue) = 220+224+241=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCE0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0F1 is #231F0E. Grayscale: #E0E0E0. Windows color (decimal): -2301711 or 15851740. OLE color: 15851740.

HSL color Cylindrical-coordinate representation of color #DCE0F1: hue angle of 228.57º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCE0F1 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220224241-
CMYK0.090.0700.05
HSL228.57º42.86%90.39%-
HSV(B)228.57º8.71%94.51%-
XYZ72.0574.8893.87-
YUV224.74137.17124.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.12%
GREEN value IS 224 (87.89% from 255) = 32.70%
BLUE value IS 241 (94.53% from 255) = 35.18%
R=32.12%
G=32.70%
B=35.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202242410.090.0700.05228.5742.8690.39
HexDCE0F19705e52b5a
Octal3343403611170534553132
Binary11011100111000001111000110011110101111001011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE0F1; }

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

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

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

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

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

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

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

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