#D0DBFF

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

Shades of Hawkes Blue #D0DBFF

Tints of Hawkes Blue #D0DBFF

Color information

#D0DBFF (or 0xD0DBFF) is unknown color: approx Hawkes Blue. HEX triplet: D0, DB and FF. RGB value is (208,219,255). Sum of RGB (Red+Green+Blue) = 208+219+255=682 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.50% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DBFF is #2F2400. Grayscale: #DBDBDB. Windows color (decimal): -3089409 or 16767952. OLE color: 16767952.

HSL color Cylindrical-coordinate representation of color #D0DBFF: hue angle of 225.96º 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 #D0DBFF is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB208219255-
CMYK0.180.1400
HSL225.96º100%90.78%-
HSV(B)225.96º18.43%100%-
XYZ69.3971.29104.71-
YUV219.82147.86119.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.50%
GREEN value IS 219 (85.94% from 255) = 32.11%
BLUE value IS 255 (100% from 255) = 37.39%
R=30.50%
G=32.11%
B=37.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082192550.180.1400225.9610090.78
HexD0DBFF12E00e2645b
Octal320333377221600342144133
Binary110100001101101111111111100101110001110001011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBFF; }

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

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

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

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

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

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

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

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