#DCDDDF

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

Shades of Hawkes Blue #DCDDDF

Tints of Hawkes Blue #DCDDDF

Color information

#DCDDDF (or 0xDCDDDF) is unknown color: approx Hawkes Blue. HEX triplet: DC, DD and DF. RGB value is (220,221,223). Sum of RGB (Red+Green+Blue) = 220+221+223=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCDDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDDF is #232220. Grayscale: #DCDCDC. Windows color (decimal): -2302497 or 14671324. OLE color: 14671324.

HSL color Cylindrical-coordinate representation of color #DCDDDF: hue angle of 220º degrees, saturation: 0.04, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DCDDDF is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220221223-
CMYK0.010.0100.13
HSL220º4.48%86.86%-
HSV(B)220º1.35%87.45%-
XYZ68.6972.2680.14-
YUV220.93129.17127.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.13%
GREEN value IS 221 (86.72% from 255) = 33.28%
BLUE value IS 223 (87.5% from 255) = 33.58%
R=33.13%
G=33.28%
B=33.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202212230.010.0100.132204.4886.86
HexDCDDDF110Ddc457
Octal334335337110153344127
Binary1101110011011101110111111101101110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDDF; }

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

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

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

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

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

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

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

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