#D0DBFC

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

Shades of Hawkes Blue #D0DBFC

Tints of Hawkes Blue #D0DBFC

Color information

#D0DBFC (or 0xD0DBFC) is unknown color: approx Hawkes Blue. HEX triplet: D0, DB and FC. RGB value is (208,219,252). Sum of RGB (Red+Green+Blue) = 208+219+252=679 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.63% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DBFC is #2F2403. Grayscale: #DBDBDB. Windows color (decimal): -3089412 or 16571344. OLE color: 16571344.

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

Color convert

RGB208219252-
CMYK0.170.1300.01
HSL225º88%90.2%-
HSV(B)225º17.46%98.82%-
XYZ68.9171.1102.19-
YUV219.47146.36119.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.63%
GREEN value IS 219 (85.94% from 255) = 32.25%
BLUE value IS 252 (98.83% from 255) = 37.11%
R=30.63%
G=32.25%
B=37.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082192520.170.1300.012258890.2
HexD0DBFC11D01e1585a
Octal320333374211501341130132
Binary110100001101101111111100100011101011110000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBFC; }

 p { color: rgb(208,219,252); }

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

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

 a { background-color: rgb(208,219,252); }

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

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

 span { border-color: rgb(208,219,252); }

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