#D2DCF9

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

Shades of Hawkes Blue #D2DCF9

Tints of Hawkes Blue #D2DCF9

Color information

#D2DCF9 (or 0xD2DCF9) is unknown color: approx Hawkes Blue. HEX triplet: D2, DC and F9. RGB value is (210,220,249). Sum of RGB (Red+Green+Blue) = 210+220+249=679 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.93% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 249 - color contains mainly: blue. Hex color #D2DCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCF9 is #2D2306. Grayscale: #DCDCDC. Windows color (decimal): -2958087 or 16374994. OLE color: 16374994.

HSL color Cylindrical-coordinate representation of color #D2DCF9: hue angle of 224.62º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2DCF9 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210220249-
CMYK0.160.1200.02
HSL224.62º76.47%90%-
HSV(B)224.62º15.66%97.65%-
XYZ69.2771.7399.82-
YUV220.32144.19120.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.93%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 249 (97.66% from 255) = 36.67%
R=30.93%
G=32.40%
B=36.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102202490.160.1200.02224.6276.4790
HexD2DCF910C02e14c5a
Octal322334371201402341114132
Binary1101001011011100111110011000011000101110000110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCF9; }

 p { color: rgb(210,220,249); }

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

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

 a { background-color: rgb(210,220,249); }

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

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

 span { border-color: rgb(210,220,249); }

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