Html Css Color HEX #D6E1FF Hawkes Blue

📋 copy color: '#D6E1FF'

red 214 ◦ green 225 ◦ blue 255

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

Shades of Hawkes Blue #D6E1FF

Tints of Hawkes Blue #D6E1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.74%

R = 30.84%
G = 32.42%
B = 36.74%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D6E1FF (or 0xD6E1FF) is known color: Hawkes Blue. HEX triplet: D6, E1 and FF. RGB value is (214,225,255). Sum of RGB (Red+Green+Blue) = 214+225+255=694 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.84% from 694); Green value is 225 (88.28% from 255 or 32.42% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6E1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E1FF is #291E00. Grayscale: #E1E1E1. Windows color (decimal): -2694657 or 16769494. OLE color: 16769494.

HSL color Cylindrical-coordinate representation of color #D6E1FF: hue angle of 223.9º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6E1FF is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 225 255 -
CMYK 0.16 0.12 0 0
HSL 223.9º 1% 0.92% -
HSV(B) 223.9º 0.16% 1% -
XYZ 72.71 75.37 105.32 -
YUV 225.13 144.86 120.06 -
System Red Green Blue C M Y K H S L
Decimal 214 225 255 0.16 0.12 0 0 223.9 1 0.92
Hex D6 E1 FF 10 C 0 0 E0 64 5C
Octal 326 341 377 20 14 0 0 340 144 134
Binary 11010110 11100001 11111111 10000 1100 0 0 11100000 1100100 1011100

Color Harmonies of #D6E1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E1FF

Black with #D6E1FF

Text Example


Text Example

White with #D6E1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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