#D1D7EF

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

Shades of Hawkes Blue #D1D7EF

Tints of Hawkes Blue #D1D7EF

Color information

#D1D7EF (or 0xD1D7EF) is unknown color: approx Hawkes Blue. HEX triplet: D1, D7 and EF. RGB value is (209,215,239). Sum of RGB (Red+Green+Blue) = 209+215+239=663 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.52% from 663); Green value is 215 (84.38% from 255 or 32.43% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1D7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D7EF is #2E2810. Grayscale: #D7D7D7. Windows color (decimal): -3024913 or 15718353. OLE color: 15718353.

HSL color Cylindrical-coordinate representation of color #D1D7EF: hue angle of 228º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1D7EF is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB209215239-
CMYK0.130.1000.06
HSL228º48.39%87.84%-
HSV(B)228º12.55%93.73%-
XYZ66.1768.3991.37-
YUV215.94141.01123.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.52%
GREEN value IS 215 (84.38% from 255) = 32.43%
BLUE value IS 239 (93.75% from 255) = 36.05%
R=31.52%
G=32.43%
B=36.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092152390.130.1000.0622848.3987.84
HexD1D7EFDA06e43058
Octal32132735715120634460130
Binary110100011101011111101111110110100110111001001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D7EF; }

 p { color: rgb(209,215,239); }

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

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

 a { background-color: rgb(209,215,239); }

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

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

 span { border-color: rgb(209,215,239); }

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