Html Css Color HEX #D1D9FA Hawkes Blue

📋 copy color: '#D1D9FA'

red 209 ◦ green 217 ◦ blue 250

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

Shades of Hawkes Blue #D1D9FA

Tints of Hawkes Blue #D1D9FA

RGB

 RED value IS 209 (82.03% from 255) = 30.92%

 GREEN value IS 217 (85.16% from 255) = 32.1%

 BLUE value IS 250 (98.05% from 255) = 36.98%

R = 30.92%
G = 32.1%
B = 36.98%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1D9FA (or 0xD1D9FA) is known color: Hawkes Blue. HEX triplet: D1, D9 and FA. RGB value is (209,217,250). Sum of RGB (Red+Green+Blue) = 209+217+250=676 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.92% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1D9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D9FA is #2E2605. Grayscale: #DADADA. Windows color (decimal): -3024390 or 16439761. OLE color: 16439761.

HSL color Cylindrical-coordinate representation of color #D1D9FA: hue angle of 228.29º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1D9FA is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 217 250 -
CMYK 0.16 0.13 0 0.02
HSL 228.29º 0.8% 0.9% -
HSV(B) 228.29º 0.16% 0.98% -
XYZ 68.36 70.08 100.37 -
YUV 218.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 209 217 250 0.16 0.13 0 0.02 228.29 0.8 0.9
Hex D1 D9 FA 10 D 0 2 E4 50 5A
Octal 321 331 372 20 15 0 2 344 120 132
Binary 11010001 11011001 11111010 10000 1101 0 10 11100100 1010000 1011010

Color Harmonies of #D1D9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D9FA

Black with #D1D9FA

Text Example


Text Example

White with #D1D9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D9FA; }

 p { color: rgb(209,217,250); }

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

background-color css

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

 a { background-color: rgb(209,217,250); }

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

border-color css

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

 span { border-color: rgb(209,217,250); }

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