#D2DBFD

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

Shades of Hawkes Blue #D2DBFD

Tints of Hawkes Blue #D2DBFD

Color information

#D2DBFD (or 0xD2DBFD) is unknown color: approx Hawkes Blue. HEX triplet: D2, DB and FD. RGB value is (210,219,253). Sum of RGB (Red+Green+Blue) = 210+219+253=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DBFD is #2D2402. Grayscale: #DCDCDC. Windows color (decimal): -2958339 or 16636882. OLE color: 16636882.

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

Color convert

RGB210219253-
CMYK0.170.1300.01
HSL227.44º91.49%90.78%-
HSV(B)227.44º17%99.22%-
XYZ69.6471.46103.05-
YUV220.18146.52120.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.79%
GREEN value IS 219 (85.94% from 255) = 32.11%
BLUE value IS 253 (99.22% from 255) = 37.10%
R=30.79%
G=32.11%
B=37.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102192530.170.1300.01227.4491.4990.78
HexD2DBFD11D01e35b5b
Octal322333375211501343133133
Binary110100101101101111111101100011101011110001110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBFD; }

 p { color: rgb(210,219,253); }

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

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

 a { background-color: rgb(210,219,253); }

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

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

 span { border-color: rgb(210,219,253); }

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