#D5DEFC

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

Shades of Hawkes Blue #D5DEFC

Tints of Hawkes Blue #D5DEFC

Color information

#D5DEFC (or 0xD5DEFC) is unknown color: approx Hawkes Blue. HEX triplet: D5, DE and FC. RGB value is (213,222,252). Sum of RGB (Red+Green+Blue) = 213+222+252=687 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.00% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DEFC is #2A2103. Grayscale: #DEDEDE. Windows color (decimal): -2760964 or 16572117. OLE color: 16572117.

HSL color Cylindrical-coordinate representation of color #D5DEFC: hue angle of 226.15º 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 #D5DEFC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213222252-
CMYK0.150.1200.01
HSL226.15º86.67%91.18%-
HSV(B)226.15º15.48%98.82%-
XYZ71.1373.42102.52-
YUV222.73144.52121.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.00%
GREEN value IS 222 (87.11% from 255) = 32.31%
BLUE value IS 252 (98.83% from 255) = 36.68%
R=31.00%
G=32.31%
B=36.68%

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
Decimal2132222520.150.1200.01226.1586.6791.18
HexD5DEFCFC01e2575b
Octal325336374171401342127133
Binary11010101110111101111110011111100011110001010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DEFC; }

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

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

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

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

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

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

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

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