Html Css Color HEX #DBDFE6 Hawkes Blue

📋 copy color: '#DBDFE6'

red 219 ◦ green 223 ◦ blue 230

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

Shades of Hawkes Blue #DBDFE6

Tints of Hawkes Blue #DBDFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.23%

R = 32.59%
G = 33.18%
B = 34.23%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBDFE6 (or 0xDBDFE6) is known color: Hawkes Blue. HEX triplet: DB, DF and E6. RGB value is (219,223,230). Sum of RGB (Red+Green+Blue) = 219+223+230=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBDFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFE6 is #242019. Grayscale: #DEDEDE. Windows color (decimal): -2367514 or 15130587. OLE color: 15130587.

HSL color Cylindrical-coordinate representation of color #DBDFE6: hue angle of 218.18º degrees, saturation: 0.18, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBDFE6 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 223 230 -
CMYK 0.05 0.03 0 0.10
HSL 218.18º 0.18% 0.88% -
HSV(B) 218.18º 0.05% 0.9% -
XYZ 69.88 73.55 85.38 -
YUV 222.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 219 223 230 0.05 0.03 0 0.10 218.18 0.18 0.88
Hex DB DF E6 5 3 0 A DA 12 58
Octal 333 337 346 5 3 0 12 332 22 130
Binary 11011011 11011111 11100110 101 11 0 1010 11011010 10010 1011000

Color Harmonies of #DBDFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDFE6

Black with #DBDFE6

Text Example


Text Example

White with #DBDFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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