Html Css Color HEX #DBDFE8 Hawkes Blue

📋 copy color: '#DBDFE8'

red 219 ◦ green 223 ◦ blue 232

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

Shades of Hawkes Blue #DBDFE8

Tints of Hawkes Blue #DBDFE8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.09%

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

R = 32.49%
G = 33.09%
B = 34.42%

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

#DBDFE8 (or 0xDBDFE8) is known color: Hawkes Blue. HEX triplet: DB, DF and E8. RGB value is (219,223,232). Sum of RGB (Red+Green+Blue) = 219+223+232=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBDFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFE8 is #242017. Grayscale: #DEDEDE. Windows color (decimal): -2367512 or 15261659. OLE color: 15261659.

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

Color convert

RGB 219 223 232 -
CMYK 0.06 0.04 0 0.09
HSL 221.54º 0.22% 0.88% -
HSV(B) 221.54º 0.06% 0.91% -
XYZ 70.17 73.66 86.86 -
YUV 222.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 219 223 232 0.06 0.04 0 0.09 221.54 0.22 0.88
Hex DB DF E8 6 4 0 9 DE 16 58
Octal 333 337 350 6 4 0 11 336 26 130
Binary 11011011 11011111 11101000 110 100 0 1001 11011110 10110 1011000

Color Harmonies of #DBDFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDFE8

Black with #DBDFE8

Text Example


Text Example

White with #DBDFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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