#D0D8FD

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

Shades of Hawkes Blue #D0D8FD

Tints of Hawkes Blue #D0D8FD

Color information

#D0D8FD (or 0xD0D8FD) is unknown color: approx Hawkes Blue. HEX triplet: D0, D8 and FD. RGB value is (208,216,253). Sum of RGB (Red+Green+Blue) = 208+216+253=677 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.72% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0D8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D8FD is #2F2702. Grayscale: #D9D9D9. Windows color (decimal): -3090179 or 16636112. OLE color: 16636112.

HSL color Cylindrical-coordinate representation of color #D0D8FD: hue angle of 229.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0D8FD is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208216253-
CMYK0.180.1500.01
HSL229.33º91.84%90.39%-
HSV(B)229.33º17.79%99.22%-
XYZ68.369.61102.77-
YUV217.83147.85120.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.72%
GREEN value IS 216 (84.77% from 255) = 31.91%
BLUE value IS 253 (99.22% from 255) = 37.37%
R=30.72%
G=31.91%
B=37.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082162530.180.1500.01229.3391.8490.39
HexD0D8FD12F01e55c5a
Octal320330375221701345134132
Binary110100001101100011111101100101111011110010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D8FD; }

 p { color: rgb(208,216,253); }

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

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

 a { background-color: rgb(208,216,253); }

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

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

 span { border-color: rgb(208,216,253); }

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