Html Css Color HEX #DBDDE5 Hawkes Blue

📋 copy color: '#DBDDE5'

red 219 ◦ green 221 ◦ blue 229

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

Shades of Hawkes Blue #DBDDE5

Tints of Hawkes Blue #DBDDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.23%

R = 32.74%
G = 33.03%
B = 34.23%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBDDE5 (or 0xDBDDE5) is known color: Hawkes Blue. HEX triplet: DB, DD and E5. RGB value is (219,221,229). Sum of RGB (Red+Green+Blue) = 219+221+229=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDE5 is #24221A. Grayscale: #DDDDDD. Windows color (decimal): -2368027 or 15064539. OLE color: 15064539.

HSL color Cylindrical-coordinate representation of color #DBDDE5: hue angle of 228º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDDE5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 221 229 -
CMYK 0.04 0.03 0 0.10
HSL 228º 0.16% 0.88% -
HSV(B) 228º 0.04% 0.9% -
XYZ 69.21 72.43 84.46 -
YUV 221.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 219 221 229 0.04 0.03 0 0.10 228 0.16 0.88
Hex DB DD E5 4 3 0 A E4 10 58
Octal 333 335 345 4 3 0 12 344 20 130
Binary 11011011 11011101 11100101 100 11 0 1010 11100100 10000 1011000

Color Harmonies of #DBDDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDDE5

Black with #DBDDE5

Text Example


Text Example

White with #DBDDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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