Html Css Color HEX #DBDCE0 Hawkes Blue

📋 copy color: '#DBDCE0'

red 219 ◦ green 220 ◦ blue 224

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

Shades of Hawkes Blue #DBDCE0

Tints of Hawkes Blue #DBDCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.18%

 BLUE value IS 224 (87.89% from 255) = 33.79%

R = 33.03%
G = 33.18%
B = 33.79%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DBDCE0 (or 0xDBDCE0) is known color: Hawkes Blue. HEX triplet: DB, DC and E0. RGB value is (219,220,224). Sum of RGB (Red+Green+Blue) = 219+220+224=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 224 (87.89% from 255 or 33.79% from 663); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBDCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCE0 is #24231F. Grayscale: #DCDCDC. Windows color (decimal): -2368288 or 14736603. OLE color: 14736603.

HSL color Cylindrical-coordinate representation of color #DBDCE0: hue angle of 228º degrees, saturation: 0.07, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBDCE0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 220 224 -
CMYK 0.02 0.02 0 0.12
HSL 228º 0.07% 0.87% -
HSV(B) 228º 0.02% 0.88% -
XYZ 68.26 71.63 80.75 -
YUV 220.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 219 220 224 0.02 0.02 0 0.12 228 0.07 0.87
Hex DB DC E0 2 2 0 C E4 7 57
Octal 333 334 340 2 2 0 14 344 7 127
Binary 11011011 11011100 11100000 10 10 0 1100 11100100 111 1010111

Color Harmonies of #DBDCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDCE0

Black with #DBDCE0

Text Example


Text Example

White with #DBDCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDCE0; }

 p { color: rgb(219,220,224); }

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

background-color css

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

 a { background-color: rgb(219,220,224); }

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

border-color css

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

 span { border-color: rgb(219,220,224); }

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