Html Css Color HEX #D6DAED Hawkes Blue

📋 copy color: '#D6DAED'

red 214 ◦ green 218 ◦ blue 237

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

Shades of Hawkes Blue #D6DAED

Tints of Hawkes Blue #D6DAED

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.59%

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

R = 31.99%
G = 32.59%
B = 35.43%

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

#D6DAED (or 0xD6DAED) is known color: Hawkes Blue. HEX triplet: D6, DA and ED. RGB value is (214,218,237). Sum of RGB (Red+Green+Blue) = 214+218+237=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAED is #292512. Grayscale: #DADADA. Windows color (decimal): -2696467 or 15588054. OLE color: 15588054.

HSL color Cylindrical-coordinate representation of color #D6DAED: hue angle of 229.57º 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 #D6DAED is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 218 237 -
CMYK 0.10 0.08 0 0.07
HSL 229.57º 0.39% 0.88% -
HSV(B) 229.57º 0.1% 0.93% -
XYZ 68.09 70.55 90.15 -
YUV 218.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 214 218 237 0.10 0.08 0 0.07 229.57 0.39 0.88
Hex D6 DA ED A 8 0 7 E6 27 58
Octal 326 332 355 12 10 0 7 346 47 130
Binary 11010110 11011010 11101101 1010 1000 0 111 11100110 100111 1011000

Color Harmonies of #D6DAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DAED

Black with #D6DAED

Text Example


Text Example

White with #D6DAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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