Html Css Color HEX #D1DAF1 Hawkes Blue

📋 copy color: '#D1DAF1'

red 209 ◦ green 218 ◦ blue 241

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

Shades of Hawkes Blue #D1DAF1

Tints of Hawkes Blue #D1DAF1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.63%

 BLUE value IS 241 (94.53% from 255) = 36.08%

R = 31.29%
G = 32.63%
B = 36.08%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D1DAF1 (or 0xD1DAF1) is known color: Hawkes Blue. HEX triplet: D1, DA and F1. RGB value is (209,218,241). Sum of RGB (Red+Green+Blue) = 209+218+241=668 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.29% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #D1DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DAF1 is #2E250E. Grayscale: #D9D9D9. Windows color (decimal): -3024143 or 15850193. OLE color: 15850193.

HSL color Cylindrical-coordinate representation of color #D1DAF1: hue angle of 223.12º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1DAF1 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 218 241 -
CMYK 0.13 0.10 0 0.05
HSL 223.13º 0.53% 0.88% -
HSV(B) 223.13º 0.13% 0.95% -
XYZ 67.24 70.05 93.2 -
YUV 217.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 209 218 241 0.13 0.10 0 0.05 223.13 0.53 0.88
Hex D1 DA F1 D A 0 5 DF 35 58
Octal 321 332 361 15 12 0 5 337 65 130
Binary 11010001 11011010 11110001 1101 1010 0 101 11011111 110101 1011000

Color Harmonies of #D1DAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DAF1

Black with #D1DAF1

Text Example


Text Example

White with #D1DAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DAF1; }

 p { color: rgb(209,218,241); }

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

background-color css

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

 a { background-color: rgb(209,218,241); }

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

border-color css

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

 span { border-color: rgb(209,218,241); }

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