Html Css Color HEX #D6DAEA Hawkes Blue

📋 copy color: '#D6DAEA'

red 214 ◦ green 218 ◦ blue 234

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

Shades of Hawkes Blue #D6DAEA

Tints of Hawkes Blue #D6DAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.14%

R = 32.13%
G = 32.73%
B = 35.14%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D6DAEA (or 0xD6DAEA) is known color: Hawkes Blue. HEX triplet: D6, DA and EA. RGB value is (214,218,234). Sum of RGB (Red+Green+Blue) = 214+218+234=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAEA is #292515. Grayscale: #DADADA. Windows color (decimal): -2696470 or 15391446. OLE color: 15391446.

HSL color Cylindrical-coordinate representation of color #D6DAEA: hue angle of 228º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6DAEA is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 218 234 -
CMYK 0.09 0.07 0 0.08
HSL 228º 0.32% 0.88% -
HSV(B) 228º 0.09% 0.92% -
XYZ 67.65 70.38 87.86 -
YUV 218.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 214 218 234 0.09 0.07 0 0.08 228 0.32 0.88
Hex D6 DA EA 9 7 0 8 E4 20 58
Octal 326 332 352 11 7 0 10 344 40 130
Binary 11010110 11011010 11101010 1001 111 0 1000 11100100 100000 1011000

Color Harmonies of #D6DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DAEA

Black with #D6DAEA

Text Example


Text Example

White with #D6DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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