Html Css Color HEX #D8DEEF Hawkes Blue

📋 copy color: '#D8DEEF'

red 216 ◦ green 222 ◦ blue 239

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

Shades of Hawkes Blue #D8DEEF

Tints of Hawkes Blue #D8DEEF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.79%

 BLUE value IS 239 (93.75% from 255) = 35.3%

R = 31.91%
G = 32.79%
B = 35.3%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D8DEEF (or 0xD8DEEF) is known color: Hawkes Blue. HEX triplet: D8, DE and EF. RGB value is (216,222,239). Sum of RGB (Red+Green+Blue) = 216+222+239=677 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.91% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DEEF is #272110. Grayscale: #DEDEDE. Windows color (decimal): -2564369 or 15720152. OLE color: 15720152.

HSL color Cylindrical-coordinate representation of color #D8DEEF: hue angle of 224.35º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8DEEF is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 222 239 -
CMYK 0.10 0.07 0 0.06
HSL 224.35º 0.42% 0.89% -
HSV(B) 224.35º 0.1% 0.94% -
XYZ 70.02 73.07 92.08 -
YUV 222.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 216 222 239 0.10 0.07 0 0.06 224.35 0.42 0.89
Hex D8 DE EF A 7 0 6 E0 2A 59
Octal 330 336 357 12 7 0 6 340 52 131
Binary 11011000 11011110 11101111 1010 111 0 110 11100000 101010 1011001

Color Harmonies of #D8DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DEEF

Black with #D8DEEF

Text Example


Text Example

White with #D8DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DEEF; }

 p { color: rgb(216,222,239); }

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

background-color css

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

 a { background-color: rgb(216,222,239); }

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

border-color css

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

 span { border-color: rgb(216,222,239); }

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