#DCDFEA

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

Shades of Hawkes Blue #DCDFEA

Tints of Hawkes Blue #DCDFEA

Color information

#DCDFEA (or 0xDCDFEA) is unknown color: approx Hawkes Blue. HEX triplet: DC, DF and EA. RGB value is (220,223,234). Sum of RGB (Red+Green+Blue) = 220+223+234=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCDFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFEA is #232015. Grayscale: #DFDFDF. Windows color (decimal): -2301974 or 15392732. OLE color: 15392732.

HSL color Cylindrical-coordinate representation of color #DCDFEA: hue angle of 227.14º degrees, saturation: 0.25, 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 #DCDFEA is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220223234-
CMYK0.060.0500.08
HSL227.14º25%89.02%-
HSV(B)227.14º5.98%91.76%-
XYZ70.7573.9388.38-
YUV223.36134.01125.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.50%
GREEN value IS 223 (87.5% from 255) = 32.94%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=32.50%
G=32.94%
B=34.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202232340.060.0500.08227.142589.02
HexDCDFEA6508e31959
Octal3343373526501034331131
Binary1101110011011111111010101101010100011100011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFEA; }

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

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

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

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

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

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

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

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