#D2E3FE

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

Shades of Hawkes Blue #D2E3FE

Tints of Hawkes Blue #D2E3FE

Color information

#D2E3FE (or 0xD2E3FE) is unknown color: approx Hawkes Blue. HEX triplet: D2, E3 and FE. RGB value is (210,227,254). Sum of RGB (Red+Green+Blue) = 210+227+254=691 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.39% from 691); Green value is 227 (89.06% from 255 or 32.85% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2E3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E3FE is #2D1C01. Grayscale: #E0E0E0. Windows color (decimal): -2956290 or 16704466. OLE color: 16704466.

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

Color convert

RGB210227254-
CMYK0.170.1100.00
HSL216.82º95.65%90.98%-
HSV(B)216.82º17.32%99.61%-
XYZ71.9475.8104.6-
YUV224.99144.37117.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.39%
GREEN value IS 227 (89.06% from 255) = 32.85%
BLUE value IS 254 (99.61% from 255) = 36.76%
R=30.39%
G=32.85%
B=36.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102272540.170.1100.00216.8295.6590.98
HexD2E3FE11B00d9605b
Octal322343376211300331140133
Binary110100101110001111111110100011011001101100111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E3FE; }

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

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

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

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

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

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

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

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