Html Css Color HEX #D2DBE7 Hawkes Blue

📋 copy color: '#D2DBE7'

red 210 ◦ green 219 ◦ blue 231

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

Shades of Hawkes Blue #D2DBE7

Tints of Hawkes Blue #D2DBE7

RGB

 RED value IS 210 (82.42% from 255) = 31.82%

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

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

R = 31.82%
G = 33.18%
B = 35%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D2DBE7 (or 0xD2DBE7) is known color: Hawkes Blue. HEX triplet: D2, DB and E7. RGB value is (210,219,231). Sum of RGB (Red+Green+Blue) = 210+219+231=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 231 - color contains mainly: blue. Hex color #D2DBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DBE7 is #2D2418. Grayscale: #D9D9D9. Windows color (decimal): -2958361 or 15195090. OLE color: 15195090.

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

Color convert

RGB 210 219 231 -
CMYK 0.09 0.05 0 0.09
HSL 214.29º 0.3% 0.86% -
HSV(B) 214.29º 0.09% 0.91% -
XYZ 66.33 70.13 85.64 -
YUV 217.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 210 219 231 0.09 0.05 0 0.09 214.29 0.3 0.86
Hex D2 DB E7 9 5 0 9 D6 1E 56
Octal 322 333 347 11 5 0 11 326 36 126
Binary 11010010 11011011 11100111 1001 101 0 1001 11010110 11110 1010110

Color Harmonies of #D2DBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DBE7

Black with #D2DBE7

Text Example


Text Example

White with #D2DBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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