Html Css Color HEX #D8DDEA Hawkes Blue

📋 copy color: '#D8DDEA'

red 216 ◦ green 221 ◦ blue 234

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

Shades of Hawkes Blue #D8DDEA

Tints of Hawkes Blue #D8DDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.87%

R = 32.19%
G = 32.94%
B = 34.87%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D8DDEA (or 0xD8DDEA) is known color: Hawkes Blue. HEX triplet: D8, DD and EA. RGB value is (216,221,234). Sum of RGB (Red+Green+Blue) = 216+221+234=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DDEA is #272215. Grayscale: #DCDCDC. Windows color (decimal): -2564630 or 15392216. OLE color: 15392216.

HSL color Cylindrical-coordinate representation of color #D8DDEA: hue angle of 223.33º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8DDEA is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 216 221 234 -
CMYK 0.08 0.06 0 0.08
HSL 223.33º 0.3% 0.88% -
HSV(B) 223.33º 0.08% 0.92% -
XYZ 69.03 72.25 88.15 -
YUV 220.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 216 221 234 0.08 0.06 0 0.08 223.33 0.3 0.88
Hex D8 DD EA 8 6 0 8 DF 1E 58
Octal 330 335 352 10 6 0 10 337 36 130
Binary 11011000 11011101 11101010 1000 110 0 1000 11011111 11110 1011000

Color Harmonies of #D8DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DDEA

Black with #D8DDEA

Text Example


Text Example

White with #D8DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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