#D0DEFB

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

Shades of Hawkes Blue #D0DEFB

Tints of Hawkes Blue #D0DEFB

Color information

#D0DEFB (or 0xD0DEFB) is unknown color: approx Hawkes Blue. HEX triplet: D0, DE and FB. RGB value is (208,222,251). Sum of RGB (Red+Green+Blue) = 208+222+251=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DEFB is #2F2104. Grayscale: #DCDCDC. Windows color (decimal): -3088645 or 16506576. OLE color: 16506576.

HSL color Cylindrical-coordinate representation of color #D0DEFB: hue angle of 220.47º degrees, saturation: 0.84, 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 #D0DEFB is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208222251-
CMYK0.170.1200.02
HSL220.47º84.31%90%-
HSV(B)220.47º17.13%98.43%-
XYZ69.5572.62101.62-
YUV221.12144.86118.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.54%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 251 (98.44% from 255) = 36.86%
R=30.54%
G=32.60%
B=36.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082222510.170.1200.02220.4784.3190
HexD0DEFB11C02dc545a
Octal320336373211402334124132
Binary1101000011011110111110111000111000101101110010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DEFB; }

 p { color: rgb(208,222,251); }

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

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

 a { background-color: rgb(208,222,251); }

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

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

 span { border-color: rgb(208,222,251); }

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