#D0DAFD

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

Shades of Hawkes Blue #D0DAFD

Tints of Hawkes Blue #D0DAFD

Color information

#D0DAFD (or 0xD0DAFD) is unknown color: approx Hawkes Blue. HEX triplet: D0, DA and FD. RGB value is (208,218,253). Sum of RGB (Red+Green+Blue) = 208+218+253=679 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.63% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DAFD is #2F2502. Grayscale: #DADADA. Windows color (decimal): -3089667 or 16636624. OLE color: 16636624.

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

Color convert

RGB208218253-
CMYK0.180.1400.01
HSL226.67º91.84%90.39%-
HSV(B)226.67º17.79%99.22%-
XYZ68.8170.64102.94-
YUV219147.19120.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.63%
GREEN value IS 218 (85.55% from 255) = 32.11%
BLUE value IS 253 (99.22% from 255) = 37.26%
R=30.63%
G=32.11%
B=37.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082182530.180.1400.01226.6791.8490.39
HexD0DAFD12E01e35c5a
Octal320332375221601343134132
Binary110100001101101011111101100101110011110001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DAFD; }

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

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

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

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

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

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

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

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