#D0D7FA

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

Shades of Hawkes Blue #D0D7FA

Tints of Hawkes Blue #D0D7FA

Color information

#D0D7FA (or 0xD0D7FA) is unknown color: approx Hawkes Blue. HEX triplet: D0, D7 and FA. RGB value is (208,215,250). Sum of RGB (Red+Green+Blue) = 208+215+250=673 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.91% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0D7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D7FA is #2F2805. Grayscale: #D8D8D8. Windows color (decimal): -3090438 or 16439248. OLE color: 16439248.

HSL color Cylindrical-coordinate representation of color #D0D7FA: hue angle of 230º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0D7FA is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208215250-
CMYK0.170.1400.02
HSL230º80.77%89.8%-
HSV(B)230º16.8%98.04%-
XYZ67.5768.91100.18-
YUV216.9146.68121.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.91%
GREEN value IS 215 (84.38% from 255) = 31.95%
BLUE value IS 250 (98.05% from 255) = 37.15%
R=30.91%
G=31.95%
B=37.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082152500.170.1400.0223080.7789.8
HexD0D7FA11E02e6515a
Octal320327372211602346121132
Binary1101000011010111111110101000111100101110011010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D7FA; }

 p { color: rgb(208,215,250); }

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

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

 a { background-color: rgb(208,215,250); }

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

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

 span { border-color: rgb(208,215,250); }

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