#D2DCF8

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

Shades of Hawkes Blue #D2DCF8

Tints of Hawkes Blue #D2DCF8

Color information

#D2DCF8 (or 0xD2DCF8) is unknown color: approx Hawkes Blue. HEX triplet: D2, DC and F8. RGB value is (210,220,248). Sum of RGB (Red+Green+Blue) = 210+220+248=678 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.97% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 248 (97.27% from 255 or 36.58% from 678); Max value from RGB is 248 - color contains mainly: blue. Hex color #D2DCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCF8 is #2D2307. Grayscale: #DCDCDC. Windows color (decimal): -2958088 or 16309458. OLE color: 16309458.

HSL color Cylindrical-coordinate representation of color #D2DCF8: hue angle of 224.21º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2DCF8 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB210220248-
CMYK0.150.1100.03
HSL224.21º73.08%89.8%-
HSV(B)224.21º15.32%97.25%-
XYZ69.1171.6799-
YUV220.2143.69120.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.97%
GREEN value IS 220 (86.33% from 255) = 32.45%
BLUE value IS 248 (97.27% from 255) = 36.58%
R=30.97%
G=32.45%
B=36.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2102202480.150.1100.03224.2173.0889.8
HexD2DCF8FB03e0495a
Octal322334370171303340111132
Binary110100101101110011111000111110110111110000010010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCF8; }

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

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

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

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

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

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

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

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