Html Css Color HEX #D3D9F1 Hawkes Blue

📋 copy color: '#D3D9F1'

red 211 ◦ green 217 ◦ blue 241

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

Shades of Hawkes Blue #D3D9F1

Tints of Hawkes Blue #D3D9F1

RGB

 RED value IS 211 (82.81% from 255) = 31.54%

 GREEN value IS 217 (85.16% from 255) = 32.44%

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

R = 31.54%
G = 32.44%
B = 36.02%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D3D9F1 (or 0xD3D9F1) is known color: Hawkes Blue. HEX triplet: D3, D9 and F1. RGB value is (211,217,241). Sum of RGB (Red+Green+Blue) = 211+217+241=669 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.54% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #D3D9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D9F1 is #2C260E. Grayscale: #D9D9D9. Windows color (decimal): -2893327 or 15849939. OLE color: 15849939.

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

Color convert

RGB 211 217 241 -
CMYK 0.12 0.10 0 0.05
HSL 228º 0.52% 0.89% -
HSV(B) 228º 0.12% 0.95% -
XYZ 67.55 69.83 93.14 -
YUV 217.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 211 217 241 0.12 0.10 0 0.05 228 0.52 0.89
Hex D3 D9 F1 C A 0 5 E4 34 59
Octal 323 331 361 14 12 0 5 344 64 131
Binary 11010011 11011001 11110001 1100 1010 0 101 11100100 110100 1011001

Color Harmonies of #D3D9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D9F1

Black with #D3D9F1

Text Example


Text Example

White with #D3D9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D9F1; }

 p { color: rgb(211,217,241); }

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

background-color css

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

 a { background-color: rgb(211,217,241); }

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

border-color css

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

 span { border-color: rgb(211,217,241); }

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