Html Css Color HEX #DBDFE7 Hawkes Blue

📋 copy color: '#DBDFE7'

red 219 ◦ green 223 ◦ blue 231

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

Shades of Hawkes Blue #DBDFE7

Tints of Hawkes Blue #DBDFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.32%

R = 32.54%
G = 33.14%
B = 34.32%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBDFE7 (or 0xDBDFE7) is known color: Hawkes Blue. HEX triplet: DB, DF and E7. RGB value is (219,223,231). Sum of RGB (Red+Green+Blue) = 219+223+231=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBDFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFE7 is #242018. Grayscale: #DEDEDE. Windows color (decimal): -2367513 or 15196123. OLE color: 15196123.

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

Color convert

RGB 219 223 231 -
CMYK 0.05 0.03 0 0.09
HSL 220º 0.2% 0.88% -
HSV(B) 220º 0.05% 0.91% -
XYZ 70.02 73.6 86.12 -
YUV 222.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 219 223 231 0.05 0.03 0 0.09 220 0.2 0.88
Hex DB DF E7 5 3 0 9 DC 14 58
Octal 333 337 347 5 3 0 11 334 24 130
Binary 11011011 11011111 11100111 101 11 0 1001 11011100 10100 1011000

Color Harmonies of #DBDFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDFE7

Black with #DBDFE7

Text Example


Text Example

White with #DBDFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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