Html Css Color HEX #D6DDFB Hawkes Blue

📋 copy color: '#D6DDFB'

red 214 ◦ green 221 ◦ blue 251

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

Shades of Hawkes Blue #D6DDFB

Tints of Hawkes Blue #D6DDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.59%

R = 31.2%
G = 32.22%
B = 36.59%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D6DDFB (or 0xD6DDFB) is known color: Hawkes Blue. HEX triplet: D6, DD and FB. RGB value is (214,221,251). Sum of RGB (Red+Green+Blue) = 214+221+251=686 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.20% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDFB is #292204. Grayscale: #DEDEDE. Windows color (decimal): -2695685 or 16506326. OLE color: 16506326.

HSL color Cylindrical-coordinate representation of color #D6DDFB: hue angle of 228.65º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6DDFB is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 221 251 -
CMYK 0.15 0.12 0 0.02
HSL 228.65º 0.82% 0.91% -
HSV(B) 228.65º 0.15% 0.98% -
XYZ 71 72.97 101.61 -
YUV 222.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 214 221 251 0.15 0.12 0 0.02 228.65 0.82 0.91
Hex D6 DD FB F C 0 2 E5 52 5B
Octal 326 335 373 17 14 0 2 345 122 133
Binary 11010110 11011101 11111011 1111 1100 0 10 11100101 1010010 1011011

Color Harmonies of #D6DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDFB

Black with #D6DDFB

Text Example


Text Example

White with #D6DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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