Html Css Color HEX #D1DAF2 Hawkes Blue

📋 copy color: '#D1DAF2'

red 209 ◦ green 218 ◦ blue 242

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

Shades of Hawkes Blue #D1DAF2

Tints of Hawkes Blue #D1DAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.17%

R = 31.24%
G = 32.59%
B = 36.17%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D1DAF2 (or 0xD1DAF2) is known color: Hawkes Blue. HEX triplet: D1, DA and F2. RGB value is (209,218,242). Sum of RGB (Red+Green+Blue) = 209+218+242=669 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.24% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1DAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DAF2 is #2E250D. Grayscale: #D9D9D9. Windows color (decimal): -3024142 or 15915729. OLE color: 15915729.

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

Color convert

RGB 209 218 242 -
CMYK 0.14 0.10 0 0.05
HSL 223.64º 0.56% 0.88% -
HSV(B) 223.64º 0.14% 0.95% -
XYZ 67.39 70.11 93.98 -
YUV 218.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 209 218 242 0.14 0.10 0 0.05 223.64 0.56 0.88
Hex D1 DA F2 E A 0 5 E0 38 58
Octal 321 332 362 16 12 0 5 340 70 130
Binary 11010001 11011010 11110010 1110 1010 0 101 11100000 111000 1011000

Color Harmonies of #D1DAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DAF2

Black with #D1DAF2

Text Example


Text Example

White with #D1DAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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