Html Css Color HEX #D8DDF0 Hawkes Blue

📋 copy color: '#D8DDF0'

red 216 ◦ green 221 ◦ blue 240

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

Shades of Hawkes Blue #D8DDF0

Tints of Hawkes Blue #D8DDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.45%

R = 31.91%
G = 32.64%
B = 35.45%

CMYK

 C value IS 0.1

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D8DDF0 (or 0xD8DDF0) is known color: Hawkes Blue. HEX triplet: D8, DD and F0. RGB value is (216,221,240). Sum of RGB (Red+Green+Blue) = 216+221+240=677 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.91% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 240 - color contains mainly: blue. Hex color #D8DDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DDF0 is #27220F. Grayscale: #DDDDDD. Windows color (decimal): -2564624 or 15785432. OLE color: 15785432.

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

Color convert

RGB 216 221 240 -
CMYK 0.1 0.08 0 0.06
HSL 227.5º 0.44% 0.89% -
HSV(B) 227.5º 0.1% 0.94% -
XYZ 69.9 72.6 92.77 -
YUV 221.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 216 221 240 0.1 0.08 0 0.06 227.5 0.44 0.89
Hex D8 DD F0 A 8 0 6 E4 2C 59
Octal 330 335 360 12 10 0 6 344 54 131
Binary 11011000 11011101 11110000 1010 1000 0 110 11100100 101100 1011001

Color Harmonies of #D8DDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DDF0

Black with #D8DDF0

Text Example


Text Example

White with #D8DDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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