#DCE0F2

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

Shades of Hawkes Blue #DCE0F2

Tints of Hawkes Blue #DCE0F2

Color information

#DCE0F2 (or 0xDCE0F2) is unknown color: approx Hawkes Blue. HEX triplet: DC, E0 and F2. RGB value is (220,224,242). Sum of RGB (Red+Green+Blue) = 220+224+242=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 224 (87.89% from 255 or 32.65% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCE0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0F2 is #231F0D. Grayscale: #E0E0E0. Windows color (decimal): -2301710 or 15917276. OLE color: 15917276.

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

Color convert

RGB220224242-
CMYK0.090.0700.05
HSL229.09º45.83%90.59%-
HSV(B)229.09º9.09%94.9%-
XYZ72.274.9494.66-
YUV224.86137.67124.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.07%
GREEN value IS 224 (87.89% from 255) = 32.65%
BLUE value IS 242 (94.92% from 255) = 35.28%
R=32.07%
G=32.65%
B=35.28%

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
Decimal2202242420.090.0700.05229.0945.8390.59
HexDCE0F29705e52e5b
Octal3343403621170534556133
Binary11011100111000001111001010011110101111001011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE0F2; }

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

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

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

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

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

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

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

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