Html Css Color HEX #D6E1F1 Hawkes Blue

📋 copy color: '#D6E1F1'

red 214 ◦ green 225 ◦ blue 241

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

Shades of Hawkes Blue #D6E1F1

Tints of Hawkes Blue #D6E1F1

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.09%

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

R = 31.47%
G = 33.09%
B = 35.44%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6E1F1 (or 0xD6E1F1) is known color: Hawkes Blue. HEX triplet: D6, E1 and F1. RGB value is (214,225,241). Sum of RGB (Red+Green+Blue) = 214+225+241=680 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.47% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6E1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E1F1 is #291E0E. Grayscale: #DFDFDF. Windows color (decimal): -2694671 or 15851990. OLE color: 15851990.

HSL color Cylindrical-coordinate representation of color #D6E1F1: hue angle of 215.56º 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 #D6E1F1 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 225 241 -
CMYK 0.11 0.07 0 0.05
HSL 215.56º 0.49% 0.89% -
HSV(B) 215.56º 0.11% 0.95% -
XYZ 70.53 74.5 93.88 -
YUV 223.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 214 225 241 0.11 0.07 0 0.05 215.56 0.49 0.89
Hex D6 E1 F1 B 7 0 5 D8 31 59
Octal 326 341 361 13 7 0 5 330 61 131
Binary 11010110 11100001 11110001 1011 111 0 101 11011000 110001 1011001

Color Harmonies of #D6E1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E1F1

Black with #D6E1F1

Text Example


Text Example

White with #D6E1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E1F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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