#D2E2FB

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

Shades of Hawkes Blue #D2E2FB

Tints of Hawkes Blue #D2E2FB

Color information

#D2E2FB (or 0xD2E2FB) is unknown color: approx Hawkes Blue. HEX triplet: D2, E2 and FB. RGB value is (210,226,251). Sum of RGB (Red+Green+Blue) = 210+226+251=687 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.57% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2E2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E2FB is #2D1D04. Grayscale: #DFDFDF. Windows color (decimal): -2956549 or 16507602. OLE color: 16507602.

HSL color Cylindrical-coordinate representation of color #D2E2FB: hue angle of 216.59º 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 #D2E2FB is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210226251-
CMYK0.160.1000.02
HSL216.59º83.67%90.39%-
HSV(B)216.59º16.33%98.43%-
XYZ71.1975.06102-
YUV224.07143.2117.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.57%
GREEN value IS 226 (88.67% from 255) = 32.90%
BLUE value IS 251 (98.44% from 255) = 36.54%
R=30.57%
G=32.90%
B=36.54%

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
Decimal2102262510.160.1000.02216.5983.6790.39
HexD2E2FB10A02d9545a
Octal322342373201202331124132
Binary1101001011100010111110111000010100101101100110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E2FB; }

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

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

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

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

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

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

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

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