Html Css Color HEX #D6DAF0 Hawkes Blue

📋 copy color: '#D6DAF0'

red 214 ◦ green 218 ◦ blue 240

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

Shades of Hawkes Blue #D6DAF0

Tints of Hawkes Blue #D6DAF0

RGB

 RED value IS 214 (83.98% from 255) = 31.85%

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

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

R = 31.85%
G = 32.44%
B = 35.71%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D6DAF0 (or 0xD6DAF0) is known color: Hawkes Blue. HEX triplet: D6, DA and F0. RGB value is (214,218,240). Sum of RGB (Red+Green+Blue) = 214+218+240=672 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.85% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6DAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAF0 is #29250F. Grayscale: #DBDBDB. Windows color (decimal): -2696464 or 15784662. OLE color: 15784662.

HSL color Cylindrical-coordinate representation of color #D6DAF0: hue angle of 230.77º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6DAF0 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 218 240 -
CMYK 0.11 0.09 0 0.06
HSL 230.77º 0.46% 0.89% -
HSV(B) 230.77º 0.11% 0.94% -
XYZ 68.53 70.73 92.48 -
YUV 219.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 214 218 240 0.11 0.09 0 0.06 230.77 0.46 0.89
Hex D6 DA F0 B 9 0 6 E7 2E 59
Octal 326 332 360 13 11 0 6 347 56 131
Binary 11010110 11011010 11110000 1011 1001 0 110 11100111 101110 1011001

Color Harmonies of #D6DAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DAF0

Black with #D6DAF0

Text Example


Text Example

White with #D6DAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DAF0; }

 p { color: rgb(214,218,240); }

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

background-color css

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

 a { background-color: rgb(214,218,240); }

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

border-color css

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

 span { border-color: rgb(214,218,240); }

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