#DCDFEC

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

Shades of Hawkes Blue #DCDFEC

Tints of Hawkes Blue #DCDFEC

Color information

#DCDFEC (or 0xDCDFEC) is unknown color: approx Hawkes Blue. HEX triplet: DC, DF and EC. RGB value is (220,223,236). Sum of RGB (Red+Green+Blue) = 220+223+236=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCDFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFEC is #232013. Grayscale: #DFDFDF. Windows color (decimal): -2301972 or 15523804. OLE color: 15523804.

HSL color Cylindrical-coordinate representation of color #DCDFEC: hue angle of 228.75º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCDFEC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220223236-
CMYK0.070.0600.07
HSL228.75º29.63%89.41%-
HSV(B)228.75º6.78%92.55%-
XYZ71.0474.0589.91-
YUV223.58135.01125.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.40%
GREEN value IS 223 (87.5% from 255) = 32.84%
BLUE value IS 236 (92.58% from 255) = 34.76%
R=32.40%
G=32.84%
B=34.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202232360.070.0600.07228.7529.6389.41
HexDCDFEC7607e51e59
Octal334337354760734536131
Binary110111001101111111101100111110011111100101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFEC; }

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

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

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

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

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

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

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

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