Html Css Color HEX #D6DCF3 Hawkes Blue

📋 copy color: '#D6DCF3'

red 214 ◦ green 220 ◦ blue 243

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

Shades of Hawkes Blue #D6DCF3

Tints of Hawkes Blue #D6DCF3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.5%

 BLUE value IS 243 (95.31% from 255) = 35.89%

R = 31.61%
G = 32.5%
B = 35.89%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6DCF3 (or 0xD6DCF3) is known color: Hawkes Blue. HEX triplet: D6, DC and F3. RGB value is (214,220,243). Sum of RGB (Red+Green+Blue) = 214+220+243=677 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.61% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6DCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCF3 is #29230C. Grayscale: #DCDCDC. Windows color (decimal): -2695949 or 15981782. OLE color: 15981782.

HSL color Cylindrical-coordinate representation of color #D6DCF3: hue angle of 227.59º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6DCF3 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 220 243 -
CMYK 0.12 0.09 0 0.05
HSL 227.59º 0.55% 0.9% -
HSV(B) 227.59º 0.12% 0.95% -
XYZ 69.5 71.95 95.02 -
YUV 220.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 214 220 243 0.12 0.09 0 0.05 227.59 0.55 0.9
Hex D6 DC F3 C 9 0 5 E4 37 5A
Octal 326 334 363 14 11 0 5 344 67 132
Binary 11010110 11011100 11110011 1100 1001 0 101 11100100 110111 1011010

Color Harmonies of #D6DCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCF3

Black with #D6DCF3

Text Example


Text Example

White with #D6DCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCF3; }

 p { color: rgb(214,220,243); }

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

background-color css

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

 a { background-color: rgb(214,220,243); }

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

border-color css

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

 span { border-color: rgb(214,220,243); }

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