Html Css Color HEX #DBDEE8 Hawkes Blue

📋 copy color: '#DBDEE8'

red 219 ◦ green 222 ◦ blue 232

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

Shades of Hawkes Blue #DBDEE8

Tints of Hawkes Blue #DBDEE8

RGB

 RED value IS 219 (85.94% from 255) = 32.54%

 GREEN value IS 222 (87.11% from 255) = 32.99%

 BLUE value IS 232 (91.02% from 255) = 34.47%

R = 32.54%
G = 32.99%
B = 34.47%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBDEE8 (or 0xDBDEE8) is known color: Hawkes Blue. HEX triplet: DB, DE and E8. RGB value is (219,222,232). Sum of RGB (Red+Green+Blue) = 219+222+232=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBDEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEE8 is #242117. Grayscale: #DEDEDE. Windows color (decimal): -2367768 or 15261403. OLE color: 15261403.

HSL color Cylindrical-coordinate representation of color #DBDEE8: hue angle of 226.15º degrees, saturation: 0.22, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBDEE8 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 222 232 -
CMYK 0.06 0.04 0 0.09
HSL 226.15º 0.22% 0.88% -
HSV(B) 226.15º 0.06% 0.91% -
XYZ 69.9 73.13 86.78 -
YUV 222.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 219 222 232 0.06 0.04 0 0.09 226.15 0.22 0.88
Hex DB DE E8 6 4 0 9 E2 16 58
Octal 333 336 350 6 4 0 11 342 26 130
Binary 11011011 11011110 11101000 110 100 0 1001 11100010 10110 1011000

Color Harmonies of #DBDEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDEE8

Black with #DBDEE8

Text Example


Text Example

White with #DBDEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDEE8; }

 p { color: rgb(219,222,232); }

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

background-color css

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

 a { background-color: rgb(219,222,232); }

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

border-color css

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

 span { border-color: rgb(219,222,232); }

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