Html Css Color HEX #D8DCF1 Hawkes Blue

📋 copy color: '#D8DCF1'

red 216 ◦ green 220 ◦ blue 241

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

Shades of Hawkes Blue #D8DCF1

Tints of Hawkes Blue #D8DCF1

RGB

 RED value IS 216 (84.77% from 255) = 31.91%

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

 BLUE value IS 241 (94.53% from 255) = 35.6%

R = 31.91%
G = 32.5%
B = 35.6%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D8DCF1 (or 0xD8DCF1) is known color: Hawkes Blue. HEX triplet: D8, DC and F1. RGB value is (216,220,241). Sum of RGB (Red+Green+Blue) = 216+220+241=677 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.91% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DCF1 is #27230E. Grayscale: #DDDDDD. Windows color (decimal): -2564879 or 15850712. OLE color: 15850712.

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

Color convert

RGB 216 220 241 -
CMYK 0.10 0.09 0 0.05
HSL 230.4º 0.47% 0.9% -
HSV(B) 230.4º 0.1% 0.95% -
XYZ 69.79 72.14 93.46 -
YUV 221.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 216 220 241 0.10 0.09 0 0.05 230.4 0.47 0.9
Hex D8 DC F1 A 9 0 5 E6 2F 5A
Octal 330 334 361 12 11 0 5 346 57 132
Binary 11011000 11011100 11110001 1010 1001 0 101 11100110 101111 1011010

Color Harmonies of #D8DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DCF1

Black with #D8DCF1

Text Example


Text Example

White with #D8DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DCF1; }

 p { color: rgb(216,220,241); }

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

background-color css

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

 a { background-color: rgb(216,220,241); }

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

border-color css

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

 span { border-color: rgb(216,220,241); }

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