Html Css Color HEX #D8E0FA Hawkes Blue

📋 copy color: '#D8E0FA'

red 216 ◦ green 224 ◦ blue 250

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

Shades of Hawkes Blue #D8E0FA

Tints of Hawkes Blue #D8E0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.23%

R = 31.3%
G = 32.46%
B = 36.23%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D8E0FA (or 0xD8E0FA) is known color: Hawkes Blue. HEX triplet: D8, E0 and FA. RGB value is (216,224,250). Sum of RGB (Red+Green+Blue) = 216+224+250=690 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.30% from 690); Green value is 224 (87.89% from 255 or 32.46% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8E0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8E0FA is #271F05. Grayscale: #E0E0E0. Windows color (decimal): -2563846 or 16441560. OLE color: 16441560.

HSL color Cylindrical-coordinate representation of color #D8E0FA: hue angle of 225.88º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8E0FA is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 224 250 -
CMYK 0.14 0.10 0 0.02
HSL 225.88º 0.77% 0.91% -
HSV(B) 225.88º 0.14% 0.98% -
XYZ 72.23 74.81 101.08 -
YUV 224.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 216 224 250 0.14 0.10 0 0.02 225.88 0.77 0.91
Hex D8 E0 FA E A 0 2 E2 4D 5B
Octal 330 340 372 16 12 0 2 342 115 133
Binary 11011000 11100000 11111010 1110 1010 0 10 11100010 1001101 1011011

Color Harmonies of #D8E0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E0FA

Black with #D8E0FA

Text Example


Text Example

White with #D8E0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E0FA; }

 p { color: rgb(216,224,250); }

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

background-color css

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

 a { background-color: rgb(216,224,250); }

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

border-color css

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

 span { border-color: rgb(216,224,250); }

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