Html Css Color HEX #D6DCF0 Hawkes Blue

📋 copy color: '#D6DCF0'

red 214 ◦ green 220 ◦ blue 240

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

Shades of Hawkes Blue #D6DCF0

Tints of Hawkes Blue #D6DCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.61%

R = 31.75%
G = 32.64%
B = 35.61%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D6DCF0 (or 0xD6DCF0) is known color: Hawkes Blue. HEX triplet: D6, DC and F0. RGB value is (214,220,240). Sum of RGB (Red+Green+Blue) = 214+220+240=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 240 (94.14% from 255 or 35.61% from 674); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6DCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCF0 is #29230F. Grayscale: #DCDCDC. Windows color (decimal): -2695952 or 15785174. OLE color: 15785174.

HSL color Cylindrical-coordinate representation of color #D6DCF0: hue angle of 226.15º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6DCF0 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 220 240 -
CMYK 0.11 0.08 0 0.06
HSL 226.15º 0.46% 0.89% -
HSV(B) 226.15º 0.11% 0.94% -
XYZ 69.05 71.77 92.65 -
YUV 220.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 214 220 240 0.11 0.08 0 0.06 226.15 0.46 0.89
Hex D6 DC F0 B 8 0 6 E2 2E 59
Octal 326 334 360 13 10 0 6 342 56 131
Binary 11010110 11011100 11110000 1011 1000 0 110 11100010 101110 1011001

Color Harmonies of #D6DCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCF0

Black with #D6DCF0

Text Example


Text Example

White with #D6DCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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