Html Css Color HEX #D9E1F0 Hawkes Blue

📋 copy color: '#D9E1F0'

red 217 ◦ green 225 ◦ blue 240

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

Shades of Hawkes Blue #D9E1F0

Tints of Hawkes Blue #D9E1F0

RGB

 RED value IS 217 (85.16% from 255) = 31.82%

 GREEN value IS 225 (88.28% from 255) = 32.99%

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

R = 31.82%
G = 32.99%
B = 35.19%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D9E1F0 (or 0xD9E1F0) is known color: Hawkes Blue. HEX triplet: D9, E1 and F0. RGB value is (217,225,240). Sum of RGB (Red+Green+Blue) = 217+225+240=682 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.82% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 240 - color contains mainly: blue. Hex color #D9E1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E1F0 is #261E0F. Grayscale: #E0E0E0. Windows color (decimal): -2498064 or 15786457. OLE color: 15786457.

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

Color convert

RGB 217 225 240 -
CMYK 0.10 0.06 0 0.06
HSL 219.13º 0.43% 0.9% -
HSV(B) 219.13º 0.1% 0.94% -
XYZ 71.27 74.89 93.14 -
YUV 224.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 217 225 240 0.10 0.06 0 0.06 219.13 0.43 0.9
Hex D9 E1 F0 A 6 0 6 DB 2B 5A
Octal 331 341 360 12 6 0 6 333 53 132
Binary 11011001 11100001 11110000 1010 110 0 110 11011011 101011 1011010

Color Harmonies of #D9E1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E1F0

Black with #D9E1F0

Text Example


Text Example

White with #D9E1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E1F0; }

 p { color: rgb(217,225,240); }

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

background-color css

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

 a { background-color: rgb(217,225,240); }

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

border-color css

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

 span { border-color: rgb(217,225,240); }

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