Html Css Color HEX #DDE3F8 Hawkes Blue

📋 copy color: '#DDE3F8'

red 221 ◦ green 227 ◦ blue 248

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

Shades of Hawkes Blue #DDE3F8

Tints of Hawkes Blue #DDE3F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.63%

R = 31.75%
G = 32.61%
B = 35.63%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DDE3F8 (or 0xDDE3F8) is known color: Hawkes Blue. HEX triplet: DD, E3 and F8. RGB value is (221,227,248). Sum of RGB (Red+Green+Blue) = 221+227+248=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 227 (89.06% from 255 or 32.61% from 696); Blue value is 248 (97.27% from 255 or 35.63% from 696); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDE3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3F8 is #221C07. Grayscale: #E3E3E3. Windows color (decimal): -2235400 or 16311261. OLE color: 16311261.

HSL color Cylindrical-coordinate representation of color #DDE3F8: hue angle of 226.67º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDE3F8 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 227 248 -
CMYK 0.11 0.08 0 0.03
HSL 226.67º 0.66% 0.92% -
HSV(B) 226.67º 0.11% 0.97% -
XYZ 74.23 77.09 99.77 -
YUV 227.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 221 227 248 0.11 0.08 0 0.03 226.67 0.66 0.92
Hex DD E3 F8 B 8 0 3 E3 42 5C
Octal 335 343 370 13 10 0 3 343 102 134
Binary 11011101 11100011 11111000 1011 1000 0 11 11100011 1000010 1011100

Color Harmonies of #DDE3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE3F8

Black with #DDE3F8

Text Example


Text Example

White with #DDE3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE3F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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