#D8DDED

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

Shades of Hawkes Blue #D8DDED

Tints of Hawkes Blue #D8DDED

Color information

#D8DDED (or 0xD8DDED) is unknown color: approx Hawkes Blue. HEX triplet: D8, DD and ED. RGB value is (216,221,237). Sum of RGB (Red+Green+Blue) = 216+221+237=674 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.05% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DDED is #272212. Grayscale: #DDDDDD. Windows color (decimal): -2564627 or 15588824. OLE color: 15588824.

HSL color Cylindrical-coordinate representation of color #D8DDED: hue angle of 225.71º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8DDED is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216221237-
CMYK0.090.0700.07
HSL225.71º36.84%88.82%-
HSV(B)225.71º8.86%92.94%-
XYZ69.4672.4390.44-
YUV221.33136.84124.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.05%
GREEN value IS 221 (86.72% from 255) = 32.79%
BLUE value IS 237 (92.97% from 255) = 35.16%
R=32.05%
G=32.79%
B=35.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162212370.090.0700.07225.7136.8488.82
HexD8DDED9707e22559
Octal3303353551170734245131
Binary11011000110111011110110110011110111111000101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DDED; }

 p { color: rgb(216,221,237); }

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

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

 a { background-color: rgb(216,221,237); }

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

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

 span { border-color: rgb(216,221,237); }

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