#DCE4FE

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

Shades of Hawkes Blue #DCE4FE

Tints of Hawkes Blue #DCE4FE

Color information

#DCE4FE (or 0xDCE4FE) is unknown color: approx Hawkes Blue. HEX triplet: DC, E4 and FE. RGB value is (220,228,254). Sum of RGB (Red+Green+Blue) = 220+228+254=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 228 (89.45% from 255 or 32.48% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCE4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4FE is #231B01. Grayscale: #E4E4E4. Windows color (decimal): -2300674 or 16704732. OLE color: 16704732.

HSL color Cylindrical-coordinate representation of color #DCE4FE: hue angle of 225.88º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCE4FE is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB220228254-
CMYK0.130.1000.00
HSL225.88º94.44%92.94%-
HSV(B)225.88º13.39%99.61%-
XYZ75.1577.86104.83-
YUV228.57142.35121.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.34%
GREEN value IS 228 (89.45% from 255) = 32.48%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=31.34%
G=32.48%
B=36.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202282540.130.1000.00225.8894.4492.94
HexDCE4FEDA00e25e5d
Octal334344376151200342136135
Binary11011100111001001111111011011010001110001010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE4FE; }

 p { color: rgb(220,228,254); }

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

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

 a { background-color: rgb(220,228,254); }

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

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

 span { border-color: rgb(220,228,254); }

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