Html Css Color HEX #D6DEF1 Hawkes Blue

📋 copy color: '#D6DEF1'

red 214 ◦ green 222 ◦ blue 241

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

Shades of Hawkes Blue #D6DEF1

Tints of Hawkes Blue #D6DEF1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.79%

 BLUE value IS 241 (94.53% from 255) = 35.6%

R = 31.61%
G = 32.79%
B = 35.6%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6DEF1 (or 0xD6DEF1) is known color: Hawkes Blue. HEX triplet: D6, DE and F1. RGB value is (214,222,241). Sum of RGB (Red+Green+Blue) = 214+222+241=677 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.61% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6DEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DEF1 is #29210E. Grayscale: #DDDDDD. Windows color (decimal): -2695439 or 15851222. OLE color: 15851222.

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

Color convert

RGB 214 222 241 -
CMYK 0.11 0.08 0 0.05
HSL 222.22º 0.49% 0.89% -
HSV(B) 222.22º 0.11% 0.95% -
XYZ 69.73 72.89 93.61 -
YUV 221.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 214 222 241 0.11 0.08 0 0.05 222.22 0.49 0.89
Hex D6 DE F1 B 8 0 5 DE 31 59
Octal 326 336 361 13 10 0 5 336 61 131
Binary 11010110 11011110 11110001 1011 1000 0 101 11011110 110001 1011001

Color Harmonies of #D6DEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DEF1

Black with #D6DEF1

Text Example


Text Example

White with #D6DEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DEF1; }

 p { color: rgb(214,222,241); }

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

background-color css

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

 a { background-color: rgb(214,222,241); }

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

border-color css

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

 span { border-color: rgb(214,222,241); }

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