#D2E2FE

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

Shades of Hawkes Blue #D2E2FE

Tints of Hawkes Blue #D2E2FE

Color information

#D2E2FE (or 0xD2E2FE) is unknown color: approx Hawkes Blue. HEX triplet: D2, E2 and FE. RGB value is (210,226,254). Sum of RGB (Red+Green+Blue) = 210+226+254=690 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.43% from 690); Green value is 226 (88.67% from 255 or 32.75% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2E2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E2FE is #2D1D01. Grayscale: #E0E0E0. Windows color (decimal): -2956546 or 16704210. OLE color: 16704210.

HSL color Cylindrical-coordinate representation of color #D2E2FE: hue angle of 218.18º 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 #D2E2FE is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB210226254-
CMYK0.170.1100.00
HSL218.18º95.65%90.98%-
HSV(B)218.18º17.32%99.61%-
XYZ71.6675.25104.51-
YUV224.41144.7117.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.43%
GREEN value IS 226 (88.67% from 255) = 32.75%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=30.43%
G=32.75%
B=36.81%

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
Decimal2102262540.170.1100.00218.1895.6590.98
HexD2E2FE11B00da605b
Octal322342376211300332140133
Binary110100101110001011111110100011011001101101011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E2FE; }

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

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

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

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

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

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

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

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