Html Css Color HEX #D6DBED Hawkes Blue

📋 copy color: '#D6DBED'

red 214 ◦ green 219 ◦ blue 237

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

Shades of Hawkes Blue #D6DBED

Tints of Hawkes Blue #D6DBED

RGB

 RED value IS 214 (83.98% from 255) = 31.94%

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

 BLUE value IS 237 (92.97% from 255) = 35.37%

R = 31.94%
G = 32.69%
B = 35.37%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6DBED (or 0xD6DBED) is known color: Hawkes Blue. HEX triplet: D6, DB and ED. RGB value is (214,219,237). Sum of RGB (Red+Green+Blue) = 214+219+237=670 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.94% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DBED is #292412. Grayscale: #DBDBDB. Windows color (decimal): -2696211 or 15588310. OLE color: 15588310.

HSL color Cylindrical-coordinate representation of color #D6DBED: hue angle of 226.96º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6DBED is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 219 237 -
CMYK 0.10 0.08 0 0.07
HSL 226.96º 0.39% 0.88% -
HSV(B) 226.96º 0.1% 0.93% -
XYZ 68.35 71.07 90.24 -
YUV 219.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 214 219 237 0.10 0.08 0 0.07 226.96 0.39 0.88
Hex D6 DB ED A 8 0 7 E3 27 58
Octal 326 333 355 12 10 0 7 343 47 130
Binary 11010110 11011011 11101101 1010 1000 0 111 11100011 100111 1011000

Color Harmonies of #D6DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DBED

Black with #D6DBED

Text Example


Text Example

White with #D6DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DBED; }

 p { color: rgb(214,219,237); }

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

background-color css

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

 a { background-color: rgb(214,219,237); }

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

border-color css

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

 span { border-color: rgb(214,219,237); }

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