#D5DDFC

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

Shades of Hawkes Blue #D5DDFC

Tints of Hawkes Blue #D5DDFC

Color information

#D5DDFC (or 0xD5DDFC) is unknown color: approx Hawkes Blue. HEX triplet: D5, DD and FC. RGB value is (213,221,252). Sum of RGB (Red+Green+Blue) = 213+221+252=686 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.05% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DDFC is #2A2203. Grayscale: #DEDEDE. Windows color (decimal): -2761220 or 16571861. OLE color: 16571861.

HSL color Cylindrical-coordinate representation of color #D5DDFC: hue angle of 227.69º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5DDFC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213221252-
CMYK0.150.1200.01
HSL227.69º86.67%91.18%-
HSV(B)227.69º15.48%98.82%-
XYZ70.8772.89102.43-
YUV222.14144.85121.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.05%
GREEN value IS 221 (86.72% from 255) = 32.22%
BLUE value IS 252 (98.83% from 255) = 36.73%
R=31.05%
G=32.22%
B=36.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132212520.150.1200.01227.6986.6791.18
HexD5DDFCFC01e4575b
Octal325335374171401344127133
Binary11010101110111011111110011111100011110010010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDFC; }

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

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

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

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

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

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

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

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