#DDDFE4

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

Shades of Hawkes Blue #DDDFE4

Tints of Hawkes Blue #DDDFE4

Color information

#DDDFE4 (or 0xDDDFE4) is unknown color: approx Hawkes Blue. HEX triplet: DD, DF and E4. RGB value is (221,223,228). Sum of RGB (Red+Green+Blue) = 221+223+228=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDDFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFE4 is #22201B. Grayscale: #DEDEDE. Windows color (decimal): -2236444 or 14999517. OLE color: 14999517.

HSL color Cylindrical-coordinate representation of color #DDDFE4: hue angle of 222.86º degrees, saturation: 0.11, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDDFE4 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221223228-
CMYK0.030.0200.11
HSL222.86º11.48%88.04%-
HSV(B)222.86º3.07%89.41%-
XYZ70.2173.7583.93-
YUV222.97130.84126.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 223 (87.5% from 255) = 33.18%
BLUE value IS 228 (89.45% from 255) = 33.93%
R=32.89%
G=33.18%
B=33.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212232280.030.0200.11222.8611.4888.04
HexDDDFE4320Bdfb58
Octal3353373443201333713130
Binary1101110111011111111001001110010111101111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFE4; }

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

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

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

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

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

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

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

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