Html Css Color HEX #D6DDF5 Hawkes Blue

📋 copy color: '#D6DDF5'

red 214 ◦ green 221 ◦ blue 245

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

Shades of Hawkes Blue #D6DDF5

Tints of Hawkes Blue #D6DDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.03%

R = 31.47%
G = 32.5%
B = 36.03%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D6DDF5 (or 0xD6DDF5) is known color: Hawkes Blue. HEX triplet: D6, DD and F5. RGB value is (214,221,245). Sum of RGB (Red+Green+Blue) = 214+221+245=680 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.47% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 245 (96.09% from 255 or 36.03% from 680); Max value from RGB is 245 - color contains mainly: blue. Hex color #D6DDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDF5 is #29220A. Grayscale: #DDDDDD. Windows color (decimal): -2695691 or 16113110. OLE color: 16113110.

HSL color Cylindrical-coordinate representation of color #D6DDF5: hue angle of 226.45º degrees, saturation: 0.61, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6DDF5 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 221 245 -
CMYK 0.13 0.10 0 0.04
HSL 226.45º 0.61% 0.9% -
HSV(B) 226.45º 0.13% 0.96% -
XYZ 70.07 72.6 96.71 -
YUV 221.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 214 221 245 0.13 0.10 0 0.04 226.45 0.61 0.9
Hex D6 DD F5 D A 0 4 E2 3D 5A
Octal 326 335 365 15 12 0 4 342 75 132
Binary 11010110 11011101 11110101 1101 1010 0 100 11100010 111101 1011010

Color Harmonies of #D6DDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDF5

Black with #D6DDF5

Text Example


Text Example

White with #D6DDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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