#D0E3FE

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

Shades of Hawkes Blue #D0E3FE

Tints of Hawkes Blue #D0E3FE

Color information

#D0E3FE (or 0xD0E3FE) is unknown color: approx Hawkes Blue. HEX triplet: D0, E3 and FE. RGB value is (208,227,254). Sum of RGB (Red+Green+Blue) = 208+227+254=689 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.19% from 689); Green value is 227 (89.06% from 255 or 32.95% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0E3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E3FE is #2F1C01. Grayscale: #E0E0E0. Windows color (decimal): -3087362 or 16704464. OLE color: 16704464.

HSL color Cylindrical-coordinate representation of color #D0E3FE: hue angle of 215.22º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0E3FE is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB208227254-
CMYK0.180.1100.00
HSL215.22º95.83%90.59%-
HSV(B)215.22º18.11%99.61%-
XYZ71.3775.5104.58-
YUV224.4144.71116.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.19%
GREEN value IS 227 (89.06% from 255) = 32.95%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=30.19%
G=32.95%
B=36.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082272540.180.1100.00215.2295.8390.59
HexD0E3FE12B00d7605b
Octal320343376221300327140133
Binary110100001110001111111110100101011001101011111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E3FE; }

 p { color: rgb(208,227,254); }

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

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

 a { background-color: rgb(208,227,254); }

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

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

 span { border-color: rgb(208,227,254); }

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