#DCDFE8

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

Shades of Hawkes Blue #DCDFE8

Tints of Hawkes Blue #DCDFE8

Color information

#DCDFE8 (or 0xDCDFE8) is unknown color: approx Hawkes Blue. HEX triplet: DC, DF and E8. RGB value is (220,223,232). Sum of RGB (Red+Green+Blue) = 220+223+232=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCDFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFE8 is #232017. Grayscale: #DFDFDF. Windows color (decimal): -2301976 or 15261660. OLE color: 15261660.

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

Color convert

RGB220223232-
CMYK0.050.0400.09
HSL225º20.69%88.63%-
HSV(B)225º5.17%90.98%-
XYZ70.4773.8286.88-
YUV223.13133.01125.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.59%
GREEN value IS 223 (87.5% from 255) = 33.04%
BLUE value IS 232 (91.02% from 255) = 34.37%
R=32.59%
G=33.04%
B=34.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202232320.050.0400.0922520.6988.63
HexDCDFE85409e11559
Octal3343373505401134125131
Binary1101110011011111111010001011000100111100001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFE8; }

 p { color: rgb(220,223,232); }

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

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

 a { background-color: rgb(220,223,232); }

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

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

 span { border-color: rgb(220,223,232); }

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