#D2E0FF

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

Shades of Hawkes Blue #D2E0FF

Tints of Hawkes Blue #D2E0FF

Color information

#D2E0FF (or 0xD2E0FF) is unknown color: approx Hawkes Blue. HEX triplet: D2, E0 and FF. RGB value is (210,224,255). Sum of RGB (Red+Green+Blue) = 210+224+255=689 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.48% from 689); Green value is 224 (87.89% from 255 or 32.51% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2E0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E0FF is #2D1F00. Grayscale: #DFDFDF. Windows color (decimal): -2957057 or 16769234. OLE color: 16769234.

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

Color convert

RGB210224255-
CMYK0.180.1200
HSL221.33º100%91.18%-
HSV(B)221.33º17.65%100%-
XYZ71.2874.23105.18-
YUV223.35145.86118.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.48%
GREEN value IS 224 (87.89% from 255) = 32.51%
BLUE value IS 255 (100% from 255) = 37.01%
R=30.48%
G=32.51%
B=37.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102242550.180.1200221.3310091.18
HexD2E0FF12C00dd645b
Octal322340377221400335144133
Binary110100101110000011111111100101100001101110111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E0FF; }

 p { color: rgb(210,224,255); }

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

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

 a { background-color: rgb(210,224,255); }

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

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

 span { border-color: rgb(210,224,255); }

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