Html Css Color HEX #DBDFEF Hawkes Blue

📋 copy color: '#DBDFEF'

red 219 ◦ green 223 ◦ blue 239

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

Shades of Hawkes Blue #DBDFEF

Tints of Hawkes Blue #DBDFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.1%

R = 32.16%
G = 32.75%
B = 35.1%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBDFEF (or 0xDBDFEF) is known color: Hawkes Blue. HEX triplet: DB, DF and EF. RGB value is (219,223,239). Sum of RGB (Red+Green+Blue) = 219+223+239=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBDFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFEF is #242010. Grayscale: #DFDFDF. Windows color (decimal): -2367505 or 15720411. OLE color: 15720411.

HSL color Cylindrical-coordinate representation of color #DBDFEF: hue angle of 228º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBDFEF is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 223 239 -
CMYK 0.08 0.07 0 0.06
HSL 228º 0.38% 0.9% -
HSV(B) 228º 0.08% 0.94% -
XYZ 71.18 74.07 92.21 -
YUV 223.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 219 223 239 0.08 0.07 0 0.06 228 0.38 0.9
Hex DB DF EF 8 7 0 6 E4 26 5A
Octal 333 337 357 10 7 0 6 344 46 132
Binary 11011011 11011111 11101111 1000 111 0 110 11100100 100110 1011010

Color Harmonies of #DBDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDFEF

Black with #DBDFEF

Text Example


Text Example

White with #DBDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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