Html Css Color HEX #D6E2F1 Hawkes Blue

📋 copy color: '#D6E2F1'

red 214 ◦ green 226 ◦ blue 241

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

Shades of Hawkes Blue #D6E2F1

Tints of Hawkes Blue #D6E2F1

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.19%

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

R = 31.42%
G = 33.19%
B = 35.39%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6E2F1 (or 0xD6E2F1) is known color: Hawkes Blue. HEX triplet: D6, E2 and F1. RGB value is (214,226,241). Sum of RGB (Red+Green+Blue) = 214+226+241=681 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.42% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6E2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E2F1 is #291D0E. Grayscale: #E0E0E0. Windows color (decimal): -2694415 or 15852246. OLE color: 15852246.

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

Color convert

RGB 214 226 241 -
CMYK 0.11 0.06 0 0.05
HSL 213.33º 0.49% 0.89% -
HSV(B) 213.33º 0.11% 0.95% -
XYZ 70.81 75.04 93.97 -
YUV 224.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 214 226 241 0.11 0.06 0 0.05 213.33 0.49 0.89
Hex D6 E2 F1 B 6 0 5 D5 31 59
Octal 326 342 361 13 6 0 5 325 61 131
Binary 11010110 11100010 11110001 1011 110 0 101 11010101 110001 1011001

Color Harmonies of #D6E2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E2F1

Black with #D6E2F1

Text Example


Text Example

White with #D6E2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E2F1; }

 p { color: rgb(214,226,241); }

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

background-color css

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

 a { background-color: rgb(214,226,241); }

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

border-color css

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

 span { border-color: rgb(214,226,241); }

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