Html Css Color HEX #D3DAF1 Hawkes Blue

📋 copy color: '#D3DAF1'

red 211 ◦ green 218 ◦ blue 241

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

Shades of Hawkes Blue #D3DAF1

Tints of Hawkes Blue #D3DAF1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.54%

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

R = 31.49%
G = 32.54%
B = 35.97%

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

#D3DAF1 (or 0xD3DAF1) is known color: Hawkes Blue. HEX triplet: D3, DA and F1. RGB value is (211,218,241). Sum of RGB (Red+Green+Blue) = 211+218+241=670 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.49% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #D3DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DAF1 is #2C250E. Grayscale: #DADADA. Windows color (decimal): -2893071 or 15850195. OLE color: 15850195.

HSL color Cylindrical-coordinate representation of color #D3DAF1: hue angle of 226º 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 #D3DAF1 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 218 241 -
CMYK 0.12 0.10 0 0.05
HSL 226º 0.52% 0.89% -
HSV(B) 226º 0.12% 0.95% -
XYZ 67.81 70.34 93.22 -
YUV 218.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 211 218 241 0.12 0.10 0 0.05 226 0.52 0.89
Hex D3 DA F1 C A 0 5 E2 34 59
Octal 323 332 361 14 12 0 5 342 64 131
Binary 11010011 11011010 11110001 1100 1010 0 101 11100010 110100 1011001

Color Harmonies of #D3DAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DAF1

Black with #D3DAF1

Text Example


Text Example

White with #D3DAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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