Html Css Color HEX #DBDDE7 Hawkes Blue

📋 copy color: '#DBDDE7'

red 219 ◦ green 221 ◦ blue 231

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

Shades of Hawkes Blue #DBDDE7

Tints of Hawkes Blue #DBDDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.43%

R = 32.64%
G = 32.94%
B = 34.43%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBDDE7 (or 0xDBDDE7) is known color: Hawkes Blue. HEX triplet: DB, DD and E7. RGB value is (219,221,231). Sum of RGB (Red+Green+Blue) = 219+221+231=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBDDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDE7 is #242218. Grayscale: #DDDDDD. Windows color (decimal): -2368025 or 15195611. OLE color: 15195611.

HSL color Cylindrical-coordinate representation of color #DBDDE7: hue angle of 230º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBDDE7 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 221 231 -
CMYK 0.05 0.04 0 0.09
HSL 230º 0.2% 0.88% -
HSV(B) 230º 0.05% 0.91% -
XYZ 69.49 72.54 85.94 -
YUV 221.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 219 221 231 0.05 0.04 0 0.09 230 0.2 0.88
Hex DB DD E7 5 4 0 9 E6 14 58
Octal 333 335 347 5 4 0 11 346 24 130
Binary 11011011 11011101 11100111 101 100 0 1001 11100110 10100 1011000

Color Harmonies of #DBDDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDDE7

Black with #DBDDE7

Text Example


Text Example

White with #DBDDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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