#D2DCFB

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

Shades of Hawkes Blue #D2DCFB

Tints of Hawkes Blue #D2DCFB

Color information

#D2DCFB (or 0xD2DCFB) is unknown color: approx Hawkes Blue. HEX triplet: D2, DC and FB. RGB value is (210,220,251). Sum of RGB (Red+Green+Blue) = 210+220+251=681 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.84% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCFB is #2D2304. Grayscale: #DCDCDC. Windows color (decimal): -2958085 or 16506066. OLE color: 16506066.

HSL color Cylindrical-coordinate representation of color #D2DCFB: hue angle of 225.37º degrees, saturation: 0.84, 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 #D2DCFB is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210220251-
CMYK0.160.1200.02
HSL225.37º83.67%90.39%-
HSV(B)225.37º16.33%98.43%-
XYZ69.5871.85101.47-
YUV220.54145.19120.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.84%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 251 (98.44% from 255) = 36.86%
R=30.84%
G=32.31%
B=36.86%

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
Decimal2102202510.160.1200.02225.3783.6790.39
HexD2DCFB10C02e1545a
Octal322334373201402341124132
Binary1101001011011100111110111000011000101110000110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCFB; }

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

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

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

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

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

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

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

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