#D2E4FF

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

Shades of Hawkes Blue #D2E4FF

Tints of Hawkes Blue #D2E4FF

Color information

#D2E4FF (or 0xD2E4FF) is unknown color: approx Hawkes Blue. HEX triplet: D2, E4 and FF. RGB value is (210,228,255). Sum of RGB (Red+Green+Blue) = 210+228+255=693 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.30% from 693); Green value is 228 (89.45% from 255 or 32.90% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2E4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E4FF is #2D1B00. Grayscale: #E1E1E1. Windows color (decimal): -2956033 or 16770258. OLE color: 16770258.

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

Color convert

RGB210228255-
CMYK0.180.1100
HSL216º100%91.18%-
HSV(B)216º17.65%100%-
XYZ72.3776.41105.54-
YUV225.7144.54116.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.30%
GREEN value IS 228 (89.45% from 255) = 32.90%
BLUE value IS 255 (100% from 255) = 36.80%
R=30.30%
G=32.90%
B=36.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102282550.180.110021610091.18
HexD2E4FF12B00d8645b
Octal322344377221300330144133
Binary110100101110010011111111100101011001101100011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E4FF; }

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

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

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

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

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

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

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

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