Html Css Color HEX #D6E2FC Hawkes Blue

📋 copy color: '#D6E2FC'

red 214 ◦ green 226 ◦ blue 252

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

Shades of Hawkes Blue #D6E2FC

Tints of Hawkes Blue #D6E2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.42%

R = 30.92%
G = 32.66%
B = 36.42%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D6E2FC (or 0xD6E2FC) is known color: Hawkes Blue. HEX triplet: D6, E2 and FC. RGB value is (214,226,252). Sum of RGB (Red+Green+Blue) = 214+226+252=692 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.92% from 692); Green value is 226 (88.67% from 255 or 32.66% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6E2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E2FC is #291D03. Grayscale: #E1E1E1. Windows color (decimal): -2694404 or 16573142. OLE color: 16573142.

HSL color Cylindrical-coordinate representation of color #D6E2FC: hue angle of 221.05º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6E2FC is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 226 252 -
CMYK 0.15 0.10 0 0.01
HSL 221.05º 0.86% 0.91% -
HSV(B) 221.05º 0.15% 0.99% -
XYZ 72.5 75.72 102.89 -
YUV 225.38 143.02 119.89 -
System Red Green Blue C M Y K H S L
Decimal 214 226 252 0.15 0.10 0 0.01 221.05 0.86 0.91
Hex D6 E2 FC F A 0 1 DD 56 5B
Octal 326 342 374 17 12 0 1 335 126 133
Binary 11010110 11100010 11111100 1111 1010 0 1 11011101 1010110 1011011

Color Harmonies of #D6E2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E2FC

Black with #D6E2FC

Text Example


Text Example

White with #D6E2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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