Html Css Color HEX #D1DEF0 Hawkes Blue

📋 copy color: '#D1DEF0'

red 209 ◦ green 222 ◦ blue 240

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

Shades of Hawkes Blue #D1DEF0

Tints of Hawkes Blue #D1DEF0

RGB

 RED value IS 209 (82.03% from 255) = 31.15%

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

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

R = 31.15%
G = 33.08%
B = 35.77%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D1DEF0 (or 0xD1DEF0) is known color: Hawkes Blue. HEX triplet: D1, DE and F0. RGB value is (209,222,240). Sum of RGB (Red+Green+Blue) = 209+222+240=671 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.15% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 240 - color contains mainly: blue. Hex color #D1DEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DEF0 is #2E210F. Grayscale: #DCDCDC. Windows color (decimal): -3023120 or 15785681. OLE color: 15785681.

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

Color convert

RGB 209 222 240 -
CMYK 0.13 0.08 0 0.06
HSL 214.84º 0.51% 0.88% -
HSV(B) 214.84º 0.13% 0.94% -
XYZ 68.14 72.09 92.76 -
YUV 220.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 209 222 240 0.13 0.08 0 0.06 214.84 0.51 0.88
Hex D1 DE F0 D 8 0 6 D7 33 58
Octal 321 336 360 15 10 0 6 327 63 130
Binary 11010001 11011110 11110000 1101 1000 0 110 11010111 110011 1011000

Color Harmonies of #D1DEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DEF0

Black with #D1DEF0

Text Example


Text Example

White with #D1DEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DEF0; }

 p { color: rgb(209,222,240); }

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

background-color css

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

 a { background-color: rgb(209,222,240); }

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

border-color css

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

 span { border-color: rgb(209,222,240); }

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