#DCE2F2

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

Shades of Hawkes Blue #DCE2F2

Tints of Hawkes Blue #DCE2F2

Color information

#DCE2F2 (or 0xDCE2F2) is unknown color: approx Hawkes Blue. HEX triplet: DC, E2 and F2. RGB value is (220,226,242). Sum of RGB (Red+Green+Blue) = 220+226+242=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 226 (88.67% from 255 or 32.85% from 688); Blue value is 242 (94.92% from 255 or 35.17% from 688); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCE2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE2F2 is #231D0D. Grayscale: #E1E1E1. Windows color (decimal): -2301198 or 15917788. OLE color: 15917788.

HSL color Cylindrical-coordinate representation of color #DCE2F2: hue angle of 223.64º 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 #DCE2F2 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220226242-
CMYK0.090.0700.05
HSL223.64º45.83%90.59%-
HSV(B)223.64º9.09%94.9%-
XYZ72.7476.0294.84-
YUV226.03137.01123.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.98%
GREEN value IS 226 (88.67% from 255) = 32.85%
BLUE value IS 242 (94.92% from 255) = 35.17%
R=31.98%
G=32.85%
B=35.17%

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
Decimal2202262420.090.0700.05223.6445.8390.59
HexDCE2F29705e02e5b
Octal3343423621170534056133
Binary11011100111000101111001010011110101111000001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE2F2; }

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

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

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

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

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

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

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

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