Html Css Color HEX #D8DDEF Hawkes Blue

📋 copy color: '#D8DDEF'

red 216 ◦ green 221 ◦ blue 239

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

Shades of Hawkes Blue #D8DDEF

Tints of Hawkes Blue #D8DDEF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.69%

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

R = 31.95%
G = 32.69%
B = 35.36%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D8DDEF (or 0xD8DDEF) is known color: Hawkes Blue. HEX triplet: D8, DD and EF. RGB value is (216,221,239). Sum of RGB (Red+Green+Blue) = 216+221+239=676 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.95% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DDEF is #272210. Grayscale: #DDDDDD. Windows color (decimal): -2564625 or 15719896. OLE color: 15719896.

HSL color Cylindrical-coordinate representation of color #D8DDEF: hue angle of 226.96º 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 #D8DDEF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 221 239 -
CMYK 0.10 0.08 0 0.06
HSL 226.96º 0.42% 0.89% -
HSV(B) 226.96º 0.1% 0.94% -
XYZ 69.76 72.54 91.99 -
YUV 221.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 216 221 239 0.10 0.08 0 0.06 226.96 0.42 0.89
Hex D8 DD EF A 8 0 6 E3 2A 59
Octal 330 335 357 12 10 0 6 343 52 131
Binary 11011000 11011101 11101111 1010 1000 0 110 11100011 101010 1011001

Color Harmonies of #D8DDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DDEF

Black with #D8DDEF

Text Example


Text Example

White with #D8DDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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