Html Css Color HEX #D6E0FF Hawkes Blue

📋 copy color: '#D6E0FF'

red 214 ◦ green 224 ◦ blue 255

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

Shades of Hawkes Blue #D6E0FF

Tints of Hawkes Blue #D6E0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.32%

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

R = 30.88%
G = 32.32%
B = 36.8%

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

#D6E0FF (or 0xD6E0FF) is known color: Hawkes Blue. HEX triplet: D6, E0 and FF. RGB value is (214,224,255). Sum of RGB (Red+Green+Blue) = 214+224+255=693 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.88% from 693); Green value is 224 (87.89% from 255 or 32.32% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6E0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E0FF is #291F00. Grayscale: #E0E0E0. Windows color (decimal): -2694913 or 16769238. OLE color: 16769238.

HSL color Cylindrical-coordinate representation of color #D6E0FF: hue angle of 225.37º 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 #D6E0FF is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 224 255 -
CMYK 0.16 0.12 0 0
HSL 225.37º 1% 0.92% -
HSV(B) 225.37º 0.16% 1% -
XYZ 72.44 74.83 105.23 -
YUV 224.54 145.19 120.48 -
System Red Green Blue C M Y K H S L
Decimal 214 224 255 0.16 0.12 0 0 225.37 1 0.92
Hex D6 E0 FF 10 C 0 0 E1 64 5C
Octal 326 340 377 20 14 0 0 341 144 134
Binary 11010110 11100000 11111111 10000 1100 0 0 11100001 1100100 1011100

Color Harmonies of #D6E0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E0FF

Black with #D6E0FF

Text Example


Text Example

White with #D6E0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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