Html Css Color HEX #D9DFF0 Hawkes Blue

📋 copy color: '#D9DFF0'

red 217 ◦ green 223 ◦ blue 240

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

Shades of Hawkes Blue #D9DFF0

Tints of Hawkes Blue #D9DFF0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.79%

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

R = 31.91%
G = 32.79%
B = 35.29%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D9DFF0 (or 0xD9DFF0) is known color: Hawkes Blue. HEX triplet: D9, DF and F0. RGB value is (217,223,240). Sum of RGB (Red+Green+Blue) = 217+223+240=680 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.91% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 240 - color contains mainly: blue. Hex color #D9DFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DFF0 is #26200F. Grayscale: #DFDFDF. Windows color (decimal): -2498576 or 15785945. OLE color: 15785945.

HSL color Cylindrical-coordinate representation of color #D9DFF0: hue angle of 224.35º 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 #D9DFF0 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 223 240 -
CMYK 0.10 0.07 0 0.06
HSL 224.35º 0.43% 0.9% -
HSV(B) 224.35º 0.1% 0.94% -
XYZ 70.73 73.82 92.96 -
YUV 223.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 217 223 240 0.10 0.07 0 0.06 224.35 0.43 0.9
Hex D9 DF F0 A 7 0 6 E0 2B 5A
Octal 331 337 360 12 7 0 6 340 53 132
Binary 11011001 11011111 11110000 1010 111 0 110 11100000 101011 1011010

Color Harmonies of #D9DFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DFF0

Black with #D9DFF0

Text Example


Text Example

White with #D9DFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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