Html Css Color HEX #D9DDEF Hawkes Blue

📋 copy color: '#D9DDEF'

red 217 ◦ green 221 ◦ blue 239

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

Shades of Hawkes Blue #D9DDEF

Tints of Hawkes Blue #D9DDEF

RGB

 RED value IS 217 (85.16% from 255) = 32.05%

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

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

R = 32.05%
G = 32.64%
B = 35.3%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D9DDEF (or 0xD9DDEF) is known color: Hawkes Blue. HEX triplet: D9, DD and EF. RGB value is (217,221,239). Sum of RGB (Red+Green+Blue) = 217+221+239=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 221 (86.72% from 255 or 32.64% 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 #D9DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDEF is #262210. Grayscale: #DDDDDD. Windows color (decimal): -2499089 or 15719897. OLE color: 15719897.

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

Color convert

RGB 217 221 239 -
CMYK 0.09 0.08 0 0.06
HSL 229.09º 0.41% 0.89% -
HSV(B) 229.09º 0.09% 0.94% -
XYZ 70.05 72.7 92 -
YUV 221.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 217 221 239 0.09 0.08 0 0.06 229.09 0.41 0.89
Hex D9 DD EF 9 8 0 6 E5 29 59
Octal 331 335 357 11 10 0 6 345 51 131
Binary 11011001 11011101 11101111 1001 1000 0 110 11100101 101001 1011001

Color Harmonies of #D9DDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDEF

Black with #D9DDEF

Text Example


Text Example

White with #D9DDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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