Html Css Color HEX #D2DBE6 Hawkes Blue

📋 copy color: '#D2DBE6'

red 210 ◦ green 219 ◦ blue 230

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

Shades of Hawkes Blue #D2DBE6

Tints of Hawkes Blue #D2DBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.9%

R = 31.87%
G = 33.23%
B = 34.9%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D2DBE6 (or 0xD2DBE6) is known color: Hawkes Blue. HEX triplet: D2, DB and E6. RGB value is (210,219,230). Sum of RGB (Red+Green+Blue) = 210+219+230=659 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.87% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 230 - color contains mainly: blue. Hex color #D2DBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DBE6 is #2D2419. Grayscale: #D9D9D9. Windows color (decimal): -2958362 or 15129554. OLE color: 15129554.

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

Color convert

RGB 210 219 230 -
CMYK 0.09 0.05 0 0.10
HSL 213º 0.29% 0.86% -
HSV(B) 213º 0.09% 0.9% -
XYZ 66.19 70.08 84.9 -
YUV 217.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 210 219 230 0.09 0.05 0 0.10 213 0.29 0.86
Hex D2 DB E6 9 5 0 A D5 1D 56
Octal 322 333 346 11 5 0 12 325 35 126
Binary 11010010 11011011 11100110 1001 101 0 1010 11010101 11101 1010110

Color Harmonies of #D2DBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DBE6

Black with #D2DBE6

Text Example


Text Example

White with #D2DBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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