#D2E5FF

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

Shades of Hawkes Blue #D2E5FF

Tints of Hawkes Blue #D2E5FF

Color information

#D2E5FF (or 0xD2E5FF) is unknown color: approx Hawkes Blue. HEX triplet: D2, E5 and FF. RGB value is (210,229,255). Sum of RGB (Red+Green+Blue) = 210+229+255=694 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.26% from 694); Green value is 229 (89.84% from 255 or 33.00% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2E5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E5FF is #2D1A00. Grayscale: #E2E2E2. Windows color (decimal): -2955777 or 16770514. OLE color: 16770514.

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

Color convert

RGB210229255-
CMYK0.180.1000
HSL214.67º100%91.18%-
HSV(B)214.67º17.65%100%-
XYZ72.6576.96105.63-
YUV226.28144.21116.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.26%
GREEN value IS 229 (89.84% from 255) = 33.00%
BLUE value IS 255 (100% from 255) = 36.74%
R=30.26%
G=33.00%
B=36.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102292550.180.1000214.6710091.18
HexD2E5FF12A00d7645b
Octal322345377221200327144133
Binary110100101110010111111111100101010001101011111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E5FF; }

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

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

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

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

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

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

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

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