#D0DAFF

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

Shades of Hawkes Blue #D0DAFF

Tints of Hawkes Blue #D0DAFF

Color information

#D0DAFF (or 0xD0DAFF) is unknown color: approx Hawkes Blue. HEX triplet: D0, DA and FF. RGB value is (208,218,255). Sum of RGB (Red+Green+Blue) = 208+218+255=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DAFF is #2F2500. Grayscale: #DBDBDB. Windows color (decimal): -3089665 or 16767696. OLE color: 16767696.

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

Color convert

RGB208218255-
CMYK0.180.1500
HSL227.23º100%90.78%-
HSV(B)227.23º18.43%100%-
XYZ69.1370.77104.62-
YUV219.23148.19119.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.54%
GREEN value IS 218 (85.55% from 255) = 32.01%
BLUE value IS 255 (100% from 255) = 37.44%
R=30.54%
G=32.01%
B=37.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082182550.180.1500227.2310090.78
HexD0DAFF12F00e3645b
Octal320332377221700343144133
Binary110100001101101011111111100101111001110001111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DAFF; }

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

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

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

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

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

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

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

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