#DCDEE4

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

Shades of Hawkes Blue #DCDEE4

Tints of Hawkes Blue #DCDEE4

Color information

#DCDEE4 (or 0xDCDEE4) is unknown color: approx Hawkes Blue. HEX triplet: DC, DE and E4. RGB value is (220,222,228). Sum of RGB (Red+Green+Blue) = 220+222+228=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCDEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEE4 is #23211B. Grayscale: #DEDEDE. Windows color (decimal): -2302236 or 14999260. OLE color: 14999260.

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

Color convert

RGB220222228-
CMYK0.040.0300.11
HSL225º12.9%87.84%-
HSV(B)225º3.51%89.41%-
XYZ69.6473.0683.83-
YUV222.09131.34126.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.84%
GREEN value IS 222 (87.11% from 255) = 33.13%
BLUE value IS 228 (89.45% from 255) = 34.03%
R=32.84%
G=33.13%
B=34.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202222280.040.0300.1122512.987.84
HexDCDEE4430Be1d58
Octal3343363444301334115130
Binary11011100110111101110010010011010111110000111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEE4; }

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

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

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

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

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

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

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

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