#DCE1EB

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

Shades of Hawkes Blue #DCE1EB

Tints of Hawkes Blue #DCE1EB

Color information

#DCE1EB (or 0xDCE1EB) is unknown color: approx Hawkes Blue. HEX triplet: DC, E1 and EB. RGB value is (220,225,235). Sum of RGB (Red+Green+Blue) = 220+225+235=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCE1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1EB is #231E14. Grayscale: #E0E0E0. Windows color (decimal): -2301461 or 15458780. OLE color: 15458780.

HSL color Cylindrical-coordinate representation of color #DCE1EB: hue angle of 220º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE1EB is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220225235-
CMYK0.060.0400.08
HSL220º27.27%89.22%-
HSV(B)220º6.38%92.16%-
XYZ71.4475.0689.32-
YUV224.64133.84124.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.35%
GREEN value IS 225 (88.28% from 255) = 33.09%
BLUE value IS 235 (92.19% from 255) = 34.56%
R=32.35%
G=33.09%
B=34.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202252350.060.0400.0822027.2789.22
HexDCE1EB6408dc1b59
Octal3343413536401033433131
Binary1101110011100001111010111101000100011011100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE1EB; }

 p { color: rgb(220,225,235); }

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

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

 a { background-color: rgb(220,225,235); }

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

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

 span { border-color: rgb(220,225,235); }

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