Html Css Color HEX #D7DBE0 Hawkes Blue

📋 copy color: '#D7DBE0'

red 215 ◦ green 219 ◦ blue 224

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

Shades of Hawkes Blue #D7DBE0

Tints of Hawkes Blue #D7DBE0

RGB

 RED value IS 215 (84.38% from 255) = 32.67%

 GREEN value IS 219 (85.94% from 255) = 33.28%

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

R = 32.67%
G = 33.28%
B = 34.04%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D7DBE0 (or 0xD7DBE0) is known color: Hawkes Blue. HEX triplet: D7, DB and E0. RGB value is (215,219,224). Sum of RGB (Red+Green+Blue) = 215+219+224=658 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.67% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 224 - color contains mainly: blue. Hex color #D7DBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBE0 is #28241F. Grayscale: #DADADA. Windows color (decimal): -2630688 or 14736343. OLE color: 14736343.

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

Color convert

RGB 215 219 224 -
CMYK 0.04 0.02 0 0.12
HSL 213.33º 0.13% 0.86% -
HSV(B) 213.33º 0.04% 0.88% -
XYZ 66.81 70.49 80.61 -
YUV 218.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 215 219 224 0.04 0.02 0 0.12 213.33 0.13 0.86
Hex D7 DB E0 4 2 0 C D5 D 56
Octal 327 333 340 4 2 0 14 325 15 126
Binary 11010111 11011011 11100000 100 10 0 1100 11010101 1101 1010110

Color Harmonies of #D7DBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DBE0

Black with #D7DBE0

Text Example


Text Example

White with #D7DBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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