#DDDFE8

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

Shades of Hawkes Blue #DDDFE8

Tints of Hawkes Blue #DDDFE8

Color information

#DDDFE8 (or 0xDDDFE8) is unknown color: approx Hawkes Blue. HEX triplet: DD, DF and E8. RGB value is (221,223,232). Sum of RGB (Red+Green+Blue) = 221+223+232=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDDFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFE8 is #222017. Grayscale: #DFDFDF. Windows color (decimal): -2236440 or 15261661. OLE color: 15261661.

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

Color convert

RGB221223232-
CMYK0.050.0400.09
HSL229.09º19.3%88.82%-
HSV(B)229.09º4.74%90.98%-
XYZ70.7773.9786.89-
YUV223.43132.84126.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.69%
GREEN value IS 223 (87.5% from 255) = 32.99%
BLUE value IS 232 (91.02% from 255) = 34.32%
R=32.69%
G=32.99%
B=34.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212232320.050.0400.09229.0919.388.82
HexDDDFE85409e51359
Octal3353373505401134523131
Binary1101110111011111111010001011000100111100101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFE8; }

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

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

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

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

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

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

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

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