Html Css Color HEX #D8DBEA Hawkes Blue

📋 copy color: '#D8DBEA'

red 216 ◦ green 219 ◦ blue 234

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

Shades of Hawkes Blue #D8DBEA

Tints of Hawkes Blue #D8DBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.74%

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

R = 32.29%
G = 32.74%
B = 34.98%

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

#D8DBEA (or 0xD8DBEA) is known color: Hawkes Blue. HEX triplet: D8, DB and EA. RGB value is (216,219,234). Sum of RGB (Red+Green+Blue) = 216+219+234=669 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.29% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DBEA is #272415. Grayscale: #DBDBDB. Windows color (decimal): -2565142 or 15391704. OLE color: 15391704.

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

Color convert

RGB 216 219 234 -
CMYK 0.08 0.06 0 0.08
HSL 230º 0.3% 0.88% -
HSV(B) 230º 0.08% 0.92% -
XYZ 68.5 71.2 87.97 -
YUV 219.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 216 219 234 0.08 0.06 0 0.08 230 0.3 0.88
Hex D8 DB EA 8 6 0 8 E6 1E 58
Octal 330 333 352 10 6 0 10 346 36 130
Binary 11011000 11011011 11101010 1000 110 0 1000 11100110 11110 1011000

Color Harmonies of #D8DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DBEA

Black with #D8DBEA

Text Example


Text Example

White with #D8DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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