Html Css Color HEX #D6DDF0 Hawkes Blue

📋 copy color: '#D6DDF0'

red 214 ◦ green 221 ◦ blue 240

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

Shades of Hawkes Blue #D6DDF0

Tints of Hawkes Blue #D6DDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.56%

R = 31.7%
G = 32.74%
B = 35.56%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D6DDF0 (or 0xD6DDF0) is known color: Hawkes Blue. HEX triplet: D6, DD and F0. RGB value is (214,221,240). Sum of RGB (Red+Green+Blue) = 214+221+240=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6DDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDF0 is #29220F. Grayscale: #DCDCDC. Windows color (decimal): -2695696 or 15785430. OLE color: 15785430.

HSL color Cylindrical-coordinate representation of color #D6DDF0: hue angle of 223.85º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6DDF0 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 221 240 -
CMYK 0.11 0.08 0 0.06
HSL 223.85º 0.46% 0.89% -
HSV(B) 223.85º 0.11% 0.94% -
XYZ 69.32 72.3 92.74 -
YUV 221.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 214 221 240 0.11 0.08 0 0.06 223.85 0.46 0.89
Hex D6 DD F0 B 8 0 6 E0 2E 59
Octal 326 335 360 13 10 0 6 340 56 131
Binary 11010110 11011101 11110000 1011 1000 0 110 11100000 101110 1011001

Color Harmonies of #D6DDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDF0

Black with #D6DDF0

Text Example


Text Example

White with #D6DDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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