#DCDEE6

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

Shades of Hawkes Blue #DCDEE6

Tints of Hawkes Blue #DCDEE6

Color information

#DCDEE6 (or 0xDCDEE6) is unknown color: approx Hawkes Blue. HEX triplet: DC, DE and E6. RGB value is (220,222,230). Sum of RGB (Red+Green+Blue) = 220+222+230=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCDEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEE6 is #232119. Grayscale: #DEDEDE. Windows color (decimal): -2302234 or 15130332. OLE color: 15130332.

HSL color Cylindrical-coordinate representation of color #DCDEE6: hue angle of 228º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCDEE6 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220222230-
CMYK0.040.0300.10
HSL228º16.67%88.24%-
HSV(B)228º4.35%90.2%-
XYZ69.9273.1785.3-
YUV222.31132.34126.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.74%
GREEN value IS 222 (87.11% from 255) = 33.04%
BLUE value IS 230 (90.23% from 255) = 34.23%
R=32.74%
G=33.04%
B=34.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202222300.040.0300.1022816.6788.24
HexDCDEE6430Ae41158
Octal3343363464301234421130
Binary110111001101111011100110100110101011100100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEE6; }

 p { color: rgb(220,222,230); }

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

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

 a { background-color: rgb(220,222,230); }

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

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

 span { border-color: rgb(220,222,230); }

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