#DCE4FC

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

Shades of Hawkes Blue #DCE4FC

Tints of Hawkes Blue #DCE4FC

Color information

#DCE4FC (or 0xDCE4FC) is unknown color: approx Hawkes Blue. HEX triplet: DC, E4 and FC. RGB value is (220,228,252). Sum of RGB (Red+Green+Blue) = 220+228+252=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 228 (89.45% from 255 or 32.57% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCE4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4FC is #231B03. Grayscale: #E4E4E4. Windows color (decimal): -2300676 or 16573660. OLE color: 16573660.

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

Color convert

RGB220228252-
CMYK0.130.1000.01
HSL225º84.21%92.55%-
HSV(B)225º12.7%98.82%-
XYZ74.8377.73103.16-
YUV228.34141.35122.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.43%
GREEN value IS 228 (89.45% from 255) = 32.57%
BLUE value IS 252 (98.83% from 255) = 36%
R=31.43%
G=32.57%
B=36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202282520.130.1000.0122584.2192.55
HexDCE4FCDA01e1545d
Octal334344374151201341124135
Binary11011100111001001111110011011010011110000110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE4FC; }

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

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

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

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

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

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

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

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