Html Css Color HEX #DBDFF1 Hawkes Blue

📋 copy color: '#DBDFF1'

red 219 ◦ green 223 ◦ blue 241

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

Shades of Hawkes Blue #DBDFF1

Tints of Hawkes Blue #DBDFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.29%

R = 32.06%
G = 32.65%
B = 35.29%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBDFF1 (or 0xDBDFF1) is known color: Hawkes Blue. HEX triplet: DB, DF and F1. RGB value is (219,223,241). Sum of RGB (Red+Green+Blue) = 219+223+241=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFF1 is #24200E. Grayscale: #DFDFDF. Windows color (decimal): -2367503 or 15851483. OLE color: 15851483.

HSL color Cylindrical-coordinate representation of color #DBDFF1: hue angle of 229.09º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBDFF1 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 223 241 -
CMYK 0.09 0.07 0 0.05
HSL 229.09º 0.44% 0.9% -
HSV(B) 229.09º 0.09% 0.95% -
XYZ 71.48 74.19 93.77 -
YUV 223.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 219 223 241 0.09 0.07 0 0.05 229.09 0.44 0.9
Hex DB DF F1 9 7 0 5 E5 2C 5A
Octal 333 337 361 11 7 0 5 345 54 132
Binary 11011011 11011111 11110001 1001 111 0 101 11100101 101100 1011010

Color Harmonies of #DBDFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDFF1

Black with #DBDFF1

Text Example


Text Example

White with #DBDFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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