#D2E1FB

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

Shades of Hawkes Blue #D2E1FB

Tints of Hawkes Blue #D2E1FB

Color information

#D2E1FB (or 0xD2E1FB) is unknown color: approx Hawkes Blue. HEX triplet: D2, E1 and FB. RGB value is (210,225,251). Sum of RGB (Red+Green+Blue) = 210+225+251=686 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.61% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2E1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E1FB is #2D1E04. Grayscale: #DFDFDF. Windows color (decimal): -2956805 or 16507346. OLE color: 16507346.

HSL color Cylindrical-coordinate representation of color #D2E1FB: hue angle of 218.05º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2E1FB is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210225251-
CMYK0.160.1000.02
HSL218.05º83.67%90.39%-
HSV(B)218.05º16.33%98.43%-
XYZ70.9274.52101.91-
YUV223.48143.53118.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.61%
GREEN value IS 225 (88.28% from 255) = 32.80%
BLUE value IS 251 (98.44% from 255) = 36.59%
R=30.61%
G=32.80%
B=36.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102252510.160.1000.02218.0583.6790.39
HexD2E1FB10A02da545a
Octal322341373201202332124132
Binary1101001011100001111110111000010100101101101010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E1FB; }

 p { color: rgb(210,225,251); }

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

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

 a { background-color: rgb(210,225,251); }

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

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

 span { border-color: rgb(210,225,251); }

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