#DDE1E6

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

Shades of Hawkes Blue #DDE1E6

Tints of Hawkes Blue #DDE1E6

Color information

#DDE1E6 (or 0xDDE1E6) is unknown color: approx Hawkes Blue. HEX triplet: DD, E1 and E6. RGB value is (221,225,230). Sum of RGB (Red+Green+Blue) = 221+225+230=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDE1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1E6 is #221E19. Grayscale: #E0E0E0. Windows color (decimal): -2235930 or 15131101. OLE color: 15131101.

HSL color Cylindrical-coordinate representation of color #DDE1E6: hue angle of 213.33º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE1E6 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221225230-
CMYK0.040.0200.10
HSL213.33º15.25%88.43%-
HSV(B)213.33º3.91%90.2%-
XYZ71.0374.9485.58-
YUV224.37131.17125.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.69%
GREEN value IS 225 (88.28% from 255) = 33.28%
BLUE value IS 230 (90.23% from 255) = 34.02%
R=32.69%
G=33.28%
B=34.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212252300.040.0200.10213.3315.2588.43
HexDDE1E6420Ad5f58
Octal3353413464201232517130
Binary11011101111000011110011010010010101101010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1E6; }

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

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

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

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

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

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

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

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