Html Css Color HEX #D6DDEE Hawkes Blue

📋 copy color: '#D6DDEE'

red 214 ◦ green 221 ◦ blue 238

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

Shades of Hawkes Blue #D6DDEE

Tints of Hawkes Blue #D6DDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.36%

R = 31.8%
G = 32.84%
B = 35.36%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6DDEE (or 0xD6DDEE) is known color: Hawkes Blue. HEX triplet: D6, DD and EE. RGB value is (214,221,238). Sum of RGB (Red+Green+Blue) = 214+221+238=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDEE is #292211. Grayscale: #DCDCDC. Windows color (decimal): -2695698 or 15654358. OLE color: 15654358.

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

Color convert

RGB 214 221 238 -
CMYK 0.10 0.07 0 0.07
HSL 222.5º 0.41% 0.89% -
HSV(B) 222.5º 0.1% 0.93% -
XYZ 69.02 72.18 91.18 -
YUV 220.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 214 221 238 0.10 0.07 0 0.07 222.5 0.41 0.89
Hex D6 DD EE A 7 0 7 DE 29 59
Octal 326 335 356 12 7 0 7 336 51 131
Binary 11010110 11011101 11101110 1010 111 0 111 11011110 101001 1011001

Color Harmonies of #D6DDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDEE

Black with #D6DDEE

Text Example


Text Example

White with #D6DDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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