Html Css Color HEX #D6DDEC Hawkes Blue

📋 copy color: '#D6DDEC'

red 214 ◦ green 221 ◦ blue 236

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

Shades of Hawkes Blue #D6DDEC

Tints of Hawkes Blue #D6DDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.94%

 BLUE value IS 236 (92.58% from 255) = 35.17%

R = 31.89%
G = 32.94%
B = 35.17%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6DDEC (or 0xD6DDEC) is known color: Hawkes Blue. HEX triplet: D6, DD and EC. RGB value is (214,221,236). Sum of RGB (Red+Green+Blue) = 214+221+236=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDEC is #292213. Grayscale: #DCDCDC. Windows color (decimal): -2695700 or 15523286. OLE color: 15523286.

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

Color convert

RGB 214 221 236 -
CMYK 0.09 0.06 0 0.07
HSL 220.91º 0.37% 0.88% -
HSV(B) 220.91º 0.09% 0.93% -
XYZ 68.73 72.07 89.64 -
YUV 220.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 214 221 236 0.09 0.06 0 0.07 220.91 0.37 0.88
Hex D6 DD EC 9 6 0 7 DD 25 58
Octal 326 335 354 11 6 0 7 335 45 130
Binary 11010110 11011101 11101100 1001 110 0 111 11011101 100101 1011000

Color Harmonies of #D6DDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDEC

Black with #D6DDEC

Text Example


Text Example

White with #D6DDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDEC; }

 p { color: rgb(214,221,236); }

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

background-color css

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

 a { background-color: rgb(214,221,236); }

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

border-color css

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

 span { border-color: rgb(214,221,236); }

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