#D5DDFF

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

Shades of Hawkes Blue #D5DDFF

Tints of Hawkes Blue #D5DDFF

Color information

#D5DDFF (or 0xD5DDFF) is unknown color: approx Hawkes Blue. HEX triplet: D5, DD and FF. RGB value is (213,221,255). Sum of RGB (Red+Green+Blue) = 213+221+255=689 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.91% from 689); Green value is 221 (86.72% from 255 or 32.08% 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 #D5DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DDFF is #2A2200. Grayscale: #DEDEDE. Windows color (decimal): -2761217 or 16768469. OLE color: 16768469.

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

Color convert

RGB213221255-
CMYK0.160.1300
HSL228.57º100%91.76%-
HSV(B)228.57º16.47%100%-
XYZ71.3573.08104.95-
YUV222.48146.35121.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.91%
GREEN value IS 221 (86.72% from 255) = 32.08%
BLUE value IS 255 (100% from 255) = 37.01%
R=30.91%
G=32.08%
B=37.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132212550.160.1300228.5710091.76
HexD5DDFF10D00e5645c
Octal325335377201500345144134
Binary110101011101110111111111100001101001110010111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDFF; }

 p { color: rgb(213,221,255); }

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

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

 a { background-color: rgb(213,221,255); }

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

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

 span { border-color: rgb(213,221,255); }

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