#DDE4FB

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

Shades of Hawkes Blue #DDE4FB

Tints of Hawkes Blue #DDE4FB

Color information

#DDE4FB (or 0xDDE4FB) is unknown color: approx Hawkes Blue. HEX triplet: DD, E4 and FB. RGB value is (221,228,251). Sum of RGB (Red+Green+Blue) = 221+228+251=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 228 (89.45% from 255 or 32.57% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDE4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4FB is #221B04. Grayscale: #E4E4E4. Windows color (decimal): -2235141 or 16508125. OLE color: 16508125.

HSL color Cylindrical-coordinate representation of color #DDE4FB: hue angle of 226º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDE4FB is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221228251-
CMYK0.120.0900.02
HSL226º78.95%92.55%-
HSV(B)226º11.95%98.43%-
XYZ74.9777.82102.34-
YUV228.53140.68122.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.57%
GREEN value IS 228 (89.45% from 255) = 32.57%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=31.57%
G=32.57%
B=35.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212282510.120.0900.0222678.9592.55
HexDDE4FBC902e24f5d
Octal335344373141102342117135
Binary110111011110010011111011110010010101110001010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4FB; }

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

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

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

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

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

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

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

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