Html Css Color HEX #DDE3F0 Hawkes Blue

📋 copy color: '#DDE3F0'

red 221 ◦ green 227 ◦ blue 240

#DDE3F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #DDE3F0

Tints of Hawkes Blue #DDE3F0

RGB

 RED value IS 221 (86.72% from 255) = 32.12%

 GREEN value IS 227 (89.06% from 255) = 32.99%

 BLUE value IS 240 (94.14% from 255) = 34.88%

R = 32.12%
G = 32.99%
B = 34.88%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDE3F0 (or 0xDDE3F0) is known color: Hawkes Blue. HEX triplet: DD, E3 and F0. RGB value is (221,227,240). Sum of RGB (Red+Green+Blue) = 221+227+240=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 227 (89.06% from 255 or 32.99% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDE3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3F0 is #221C0F. Grayscale: #E2E2E2. Windows color (decimal): -2235408 or 15786973. OLE color: 15786973.

HSL color Cylindrical-coordinate representation of color #DDE3F0: hue angle of 221.05º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE3F0 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 227 240 -
CMYK 0.08 0.05 0 0.06
HSL 221.05º 0.39% 0.9% -
HSV(B) 221.05º 0.08% 0.94% -
XYZ 73.02 76.6 93.38 -
YUV 226.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 221 227 240 0.08 0.05 0 0.06 221.05 0.39 0.9
Hex DD E3 F0 8 5 0 6 DD 27 5A
Octal 335 343 360 10 5 0 6 335 47 132
Binary 11011101 11100011 11110000 1000 101 0 110 11011101 100111 1011010

Color Harmonies of #DDE3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE3F0

Black with #DDE3F0

Text Example


Text Example

White with #DDE3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE3F0; }

 p { color: rgb(221,227,240); }

 H1.HeaderClassName
 {
   color: #DDE3F0;
 }
 .AnyTagClassName
 {
   color: #DDE3F0;
 }
</style>

background-color css

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

 a { background-color: rgb(221,227,240); }

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

border-color css

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

 span { border-color: rgb(221,227,240); }

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