#DBDDE8

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

Shades of Hawkes Blue #DBDDE8

Tints of Hawkes Blue #DBDDE8

Color information

#DBDDE8 (or 0xDBDDE8) is unknown color: approx Hawkes Blue. HEX triplet: DB, DD and E8. RGB value is (219,221,232). Sum of RGB (Red+Green+Blue) = 219+221+232=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDE8 is #242217. Grayscale: #DDDDDD. Windows color (decimal): -2368024 or 15261147. OLE color: 15261147.

HSL color Cylindrical-coordinate representation of color #DBDDE8: hue angle of 230.77º degrees, saturation: 0.22, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBDDE8 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219221232-
CMYK0.060.0500.09
HSL230.77º22.03%88.43%-
HSV(B)230.77º5.6%90.98%-
XYZ69.6472.686.69-
YUV221.66133.84126.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.59%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 232 (91.02% from 255) = 34.52%
R=32.59%
G=32.89%
B=34.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192212320.060.0500.09230.7722.0388.43
HexDBDDE86509e71658
Octal3333353506501134726130
Binary1101101111011101111010001101010100111100111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDE8; }

 p { color: rgb(219,221,232); }

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

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

 a { background-color: rgb(219,221,232); }

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

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

 span { border-color: rgb(219,221,232); }

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