#D2DBFF

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

Shades of Hawkes Blue #D2DBFF

Tints of Hawkes Blue #D2DBFF

Color information

#D2DBFF (or 0xD2DBFF) is unknown color: approx Hawkes Blue. HEX triplet: D2, DB and FF. RGB value is (210,219,255). Sum of RGB (Red+Green+Blue) = 210+219+255=684 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.70% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DBFF is #2D2400. Grayscale: #DCDCDC. Windows color (decimal): -2958337 or 16767954. OLE color: 16767954.

HSL color Cylindrical-coordinate representation of color #D2DBFF: hue angle of 228º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2DBFF is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB210219255-
CMYK0.180.1400
HSL228º100%91.18%-
HSV(B)228º17.65%100%-
XYZ69.9671.58104.74-
YUV220.41147.52120.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.70%
GREEN value IS 219 (85.94% from 255) = 32.02%
BLUE value IS 255 (100% from 255) = 37.28%
R=30.70%
G=32.02%
B=37.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102192550.180.140022810091.18
HexD2DBFF12E00e4645b
Octal322333377221600344144133
Binary110100101101101111111111100101110001110010011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBFF; }

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

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

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

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

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

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

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

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