Html Css Color HEX #DBDDE3 Hawkes Blue

📋 copy color: '#DBDDE3'

red 219 ◦ green 221 ◦ blue 227

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

Shades of Hawkes Blue #DBDDE3

Tints of Hawkes Blue #DBDDE3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.13%

 BLUE value IS 227 (89.06% from 255) = 34.03%

R = 32.83%
G = 33.13%
B = 34.03%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DBDDE3 (or 0xDBDDE3) is known color: Hawkes Blue. HEX triplet: DB, DD and E3. RGB value is (219,221,227). Sum of RGB (Red+Green+Blue) = 219+221+227=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBDDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDE3 is #24221C. Grayscale: #DDDDDD. Windows color (decimal): -2368029 or 14933467. OLE color: 14933467.

HSL color Cylindrical-coordinate representation of color #DBDDE3: hue angle of 225º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDDE3 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 221 227 -
CMYK 0.04 0.03 0 0.11
HSL 225º 0.13% 0.87% -
HSV(B) 225º 0.04% 0.89% -
XYZ 68.94 72.32 83 -
YUV 221.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 219 221 227 0.04 0.03 0 0.11 225 0.13 0.87
Hex DB DD E3 4 3 0 B E1 C 57
Octal 333 335 343 4 3 0 13 341 14 127
Binary 11011011 11011101 11100011 100 11 0 1011 11100001 1100 1010111

Color Harmonies of #DBDDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDDE3

Black with #DBDDE3

Text Example


Text Example

White with #DBDDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDDE3; }

 p { color: rgb(219,221,227); }

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

background-color css

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

 a { background-color: rgb(219,221,227); }

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

border-color css

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

 span { border-color: rgb(219,221,227); }

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