Html Css Color HEX #D5DAF1 Hawkes Blue

📋 copy color: '#D5DAF1'

red 213 ◦ green 218 ◦ blue 241

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

Shades of Hawkes Blue #D5DAF1

Tints of Hawkes Blue #D5DAF1

RGB

 RED value IS 213 (83.59% from 255) = 31.7%

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

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

R = 31.7%
G = 32.44%
B = 35.86%

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

#D5DAF1 (or 0xD5DAF1) is known color: Hawkes Blue. HEX triplet: D5, DA and F1. RGB value is (213,218,241). Sum of RGB (Red+Green+Blue) = 213+218+241=672 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.70% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAF1 is #2A250E. Grayscale: #DBDBDB. Windows color (decimal): -2761999 or 15850197. OLE color: 15850197.

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

Color convert

RGB 213 218 241 -
CMYK 0.12 0.10 0 0.05
HSL 229.29º 0.5% 0.89% -
HSV(B) 229.29º 0.12% 0.95% -
XYZ 68.39 70.64 93.25 -
YUV 219.13 140.34 123.63 -
System Red Green Blue C M Y K H S L
Decimal 213 218 241 0.12 0.10 0 0.05 229.29 0.5 0.89
Hex D5 DA F1 C A 0 5 E5 32 59
Octal 325 332 361 14 12 0 5 345 62 131
Binary 11010101 11011010 11110001 1100 1010 0 101 11100101 110010 1011001

Color Harmonies of #D5DAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAF1

Black with #D5DAF1

Text Example


Text Example

White with #D5DAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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