Html Css Color HEX #D1DDF1 Hawkes Blue

📋 copy color: '#D1DDF1'

red 209 ◦ green 221 ◦ blue 241

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

Shades of Hawkes Blue #D1DDF1

Tints of Hawkes Blue #D1DDF1

RGB

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

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

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

R = 31.15%
G = 32.94%
B = 35.92%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D1DDF1 (or 0xD1DDF1) is known color: Hawkes Blue. HEX triplet: D1, DD and F1. RGB value is (209,221,241). Sum of RGB (Red+Green+Blue) = 209+221+241=671 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.15% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #D1DDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DDF1 is #2E220E. Grayscale: #DBDBDB. Windows color (decimal): -3023375 or 15850961. OLE color: 15850961.

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

Color convert

RGB 209 221 241 -
CMYK 0.13 0.08 0 0.05
HSL 217.5º 0.53% 0.88% -
HSV(B) 217.5º 0.13% 0.95% -
XYZ 68.03 71.62 93.46 -
YUV 219.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 209 221 241 0.13 0.08 0 0.05 217.5 0.53 0.88
Hex D1 DD F1 D 8 0 5 DA 35 58
Octal 321 335 361 15 10 0 5 332 65 130
Binary 11010001 11011101 11110001 1101 1000 0 101 11011010 110101 1011000

Color Harmonies of #D1DDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DDF1

Black with #D1DDF1

Text Example


Text Example

White with #D1DDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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