#DDE1F1

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

Shades of Hawkes Blue #DDE1F1

Tints of Hawkes Blue #DDE1F1

Color information

#DDE1F1 (or 0xDDE1F1) is unknown color: approx Hawkes Blue. HEX triplet: DD, E1 and F1. RGB value is (221,225,241). Sum of RGB (Red+Green+Blue) = 221+225+241=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDE1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1F1 is #221E0E. Grayscale: #E1E1E1. Windows color (decimal): -2235919 or 15851997. OLE color: 15851997.

HSL color Cylindrical-coordinate representation of color #DDE1F1: hue angle of 228º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE1F1 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221225241-
CMYK0.080.0700.05
HSL228º41.67%90.59%-
HSV(B)228º8.3%94.51%-
XYZ72.6275.5793.98-
YUV225.63136.67124.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.17%
GREEN value IS 225 (88.28% from 255) = 32.75%
BLUE value IS 241 (94.53% from 255) = 35.08%
R=32.17%
G=32.75%
B=35.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212252410.080.0700.0522841.6790.59
HexDDE1F18705e42a5b
Octal3353413611070534452133
Binary11011101111000011111000110001110101111001001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1F1; }

 p { color: rgb(221,225,241); }

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

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

 a { background-color: rgb(221,225,241); }

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

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

 span { border-color: rgb(221,225,241); }

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