#D5DDFE

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

Shades of Hawkes Blue #D5DDFE

Tints of Hawkes Blue #D5DDFE

Color information

#D5DDFE (or 0xD5DDFE) is unknown color: approx Hawkes Blue. HEX triplet: D5, DD and FE. RGB value is (213,221,254). Sum of RGB (Red+Green+Blue) = 213+221+254=688 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.96% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DDFE is #2A2201. Grayscale: #DEDEDE. Windows color (decimal): -2761218 or 16702933. OLE color: 16702933.

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

Color convert

RGB213221254-
CMYK0.160.1300.00
HSL228.29º95.35%91.57%-
HSV(B)228.29º16.14%99.61%-
XYZ71.1973.01104.11-
YUV222.37145.85121.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.96%
GREEN value IS 221 (86.72% from 255) = 32.12%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=30.96%
G=32.12%
B=36.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132212540.160.1300.00228.2995.3591.57
HexD5DDFE10D00e45f5c
Octal325335376201500344137134
Binary110101011101110111111110100001101001110010010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDFE; }

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

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

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

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

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

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

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

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