#DCDEE5

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

Shades of Hawkes Blue #DCDEE5

Tints of Hawkes Blue #DCDEE5

Color information

#DCDEE5 (or 0xDCDEE5) is unknown color: approx Hawkes Blue. HEX triplet: DC, DE and E5. RGB value is (220,222,229). Sum of RGB (Red+Green+Blue) = 220+222+229=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCDEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEE5 is #23211A. Grayscale: #DEDEDE. Windows color (decimal): -2302235 or 15064796. OLE color: 15064796.

HSL color Cylindrical-coordinate representation of color #DCDEE5: hue angle of 226.67º degrees, saturation: 0.15, 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 #DCDEE5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220222229-
CMYK0.040.0300.10
HSL226.67º14.75%88.04%-
HSV(B)226.67º3.93%89.8%-
XYZ69.7873.1284.56-
YUV222.2131.84126.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.79%
GREEN value IS 222 (87.11% from 255) = 33.08%
BLUE value IS 229 (89.84% from 255) = 34.13%
R=32.79%
G=33.08%
B=34.13%

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
Decimal2202222290.040.0300.10226.6714.7588.04
HexDCDEE5430Ae3f58
Octal3343363454301234317130
Binary11011100110111101110010110011010101110001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEE5; }

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

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

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

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

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

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

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

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