#D3DFED

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

Shades of Hawkes Blue #D3DFED

Tints of Hawkes Blue #D3DFED

Color information

#D3DFED (or 0xD3DFED) is unknown color: approx Hawkes Blue. HEX triplet: D3, DF and ED. RGB value is (211,223,237). Sum of RGB (Red+Green+Blue) = 211+223+237=671 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.45% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DFED is #2C2012. Grayscale: #DCDCDC. Windows color (decimal): -2891795 or 15589331. OLE color: 15589331.

HSL color Cylindrical-coordinate representation of color #D3DFED: hue angle of 212.31º 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 #D3DFED is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211223237-
CMYK0.110.0600.07
HSL212.31º41.94%87.84%-
HSV(B)212.31º10.97%92.94%-
XYZ68.5472.7490.55-
YUV221.01137.02120.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.45%
GREEN value IS 223 (87.5% from 255) = 33.23%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=31.45%
G=33.23%
B=35.32%

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
Decimal2112232370.110.0600.07212.3141.9487.84
HexD3DFEDB607d42a58
Octal3233373551360732452130
Binary11010011110111111110110110111100111110101001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DFED; }

 p { color: rgb(211,223,237); }

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

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

 a { background-color: rgb(211,223,237); }

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

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

 span { border-color: rgb(211,223,237); }

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