#DCDFED

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

Shades of Hawkes Blue #DCDFED

Tints of Hawkes Blue #DCDFED

Color information

#DCDFED (or 0xDCDFED) is unknown color: approx Hawkes Blue. HEX triplet: DC, DF and ED. RGB value is (220,223,237). Sum of RGB (Red+Green+Blue) = 220+223+237=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCDFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFED is #232012. Grayscale: #DFDFDF. Windows color (decimal): -2301971 or 15589340. OLE color: 15589340.

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

Color convert

RGB220223237-
CMYK0.070.0600.07
HSL229.41º32.08%89.61%-
HSV(B)229.41º7.17%92.94%-
XYZ71.1974.1190.67-
YUV223.7135.51125.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.35%
GREEN value IS 223 (87.5% from 255) = 32.79%
BLUE value IS 237 (92.97% from 255) = 34.85%
R=32.35%
G=32.79%
B=34.85%

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
Decimal2202232370.070.0600.07229.4132.0889.61
HexDCDFED7607e5205a
Octal334337355760734540132
Binary1101110011011111111011011111100111111001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFED; }

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

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

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

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

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

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

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

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