#D5DFEE

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

Shades of Hawkes Blue #D5DFEE

Tints of Hawkes Blue #D5DFEE

Color information

#D5DFEE (or 0xD5DFEE) is unknown color: approx Hawkes Blue. HEX triplet: D5, DF and EE. RGB value is (213,223,238). Sum of RGB (Red+Green+Blue) = 213+223+238=674 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.60% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5DFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DFEE is #2A2011. Grayscale: #DDDDDD. Windows color (decimal): -2760722 or 15654869. OLE color: 15654869.

HSL color Cylindrical-coordinate representation of color #D5DFEE: hue angle of 216º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5DFEE is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213223238-
CMYK0.110.0600.07
HSL216º42.37%88.43%-
HSV(B)216º10.5%93.33%-
XYZ69.2673.0991.35-
YUV221.72137.19121.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.60%
GREEN value IS 223 (87.5% from 255) = 33.09%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=31.60%
G=33.09%
B=35.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132232380.110.0600.0721642.3788.43
HexD5DFEEB607d82a58
Octal3253373561360733052130
Binary11010101110111111110111010111100111110110001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFEE; }

 p { color: rgb(213,223,238); }

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

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

 a { background-color: rgb(213,223,238); }

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

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

 span { border-color: rgb(213,223,238); }

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