#D0DEFA

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

Shades of Hawkes Blue #D0DEFA

Tints of Hawkes Blue #D0DEFA

Color information

#D0DEFA (or 0xD0DEFA) is unknown color: approx Hawkes Blue. HEX triplet: D0, DE and FA. RGB value is (208,222,250). Sum of RGB (Red+Green+Blue) = 208+222+250=680 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.59% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DEFA is #2F2105. Grayscale: #DCDCDC. Windows color (decimal): -3088646 or 16441040. OLE color: 16441040.

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

Color convert

RGB208222250-
CMYK0.170.1100.02
HSL220º80.77%89.8%-
HSV(B)220º16.8%98.04%-
XYZ69.3972.55100.79-
YUV221.01144.36118.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.59%
GREEN value IS 222 (87.11% from 255) = 32.65%
BLUE value IS 250 (98.05% from 255) = 36.76%
R=30.59%
G=32.65%
B=36.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082222500.170.1100.0222080.7789.8
HexD0DEFA11B02dc515a
Octal320336372211302334121132
Binary1101000011011110111110101000110110101101110010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DEFA; }

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

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

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

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

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

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

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

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