Html Css Color HEX #D1DDF2 Hawkes Blue

📋 copy color: '#D1DDF2'

red 209 ◦ green 221 ◦ blue 242

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

Shades of Hawkes Blue #D1DDF2

Tints of Hawkes Blue #D1DDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.01%

R = 31.1%
G = 32.89%
B = 36.01%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D1DDF2 (or 0xD1DDF2) is known color: Hawkes Blue. HEX triplet: D1, DD and F2. RGB value is (209,221,242). Sum of RGB (Red+Green+Blue) = 209+221+242=672 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.10% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1DDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DDF2 is #2E220D. Grayscale: #DBDBDB. Windows color (decimal): -3023374 or 15916497. OLE color: 15916497.

HSL color Cylindrical-coordinate representation of color #D1DDF2: hue angle of 218.18º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1DDF2 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 221 242 -
CMYK 0.14 0.09 0 0.05
HSL 218.18º 0.56% 0.88% -
HSV(B) 218.18º 0.14% 0.95% -
XYZ 68.18 71.68 94.25 -
YUV 219.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 209 221 242 0.14 0.09 0 0.05 218.18 0.56 0.88
Hex D1 DD F2 E 9 0 5 DA 38 58
Octal 321 335 362 16 11 0 5 332 70 130
Binary 11010001 11011101 11110010 1110 1001 0 101 11011010 111000 1011000

Color Harmonies of #D1DDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DDF2

Black with #D1DDF2

Text Example


Text Example

White with #D1DDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DDF2; }

 p { color: rgb(209,221,242); }

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

background-color css

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

 a { background-color: rgb(209,221,242); }

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

border-color css

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

 span { border-color: rgb(209,221,242); }

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