Html Css Color HEX #D5DBF1 Hawkes Blue

📋 copy color: '#D5DBF1'

red 213 ◦ green 219 ◦ blue 241

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

Shades of Hawkes Blue #D5DBF1

Tints of Hawkes Blue #D5DBF1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.54%

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

R = 31.65%
G = 32.54%
B = 35.81%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D5DBF1 (or 0xD5DBF1) is known color: Hawkes Blue. HEX triplet: D5, DB and F1. RGB value is (213,219,241). Sum of RGB (Red+Green+Blue) = 213+219+241=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5DBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DBF1 is #2A240E. Grayscale: #DBDBDB. Windows color (decimal): -2761743 or 15850453. OLE color: 15850453.

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

Color convert

RGB 213 219 241 -
CMYK 0.12 0.09 0 0.05
HSL 227.14º 0.5% 0.89% -
HSV(B) 227.14º 0.12% 0.95% -
XYZ 68.65 71.16 93.34 -
YUV 219.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 213 219 241 0.12 0.09 0 0.05 227.14 0.5 0.89
Hex D5 DB F1 C 9 0 5 E3 32 59
Octal 325 333 361 14 11 0 5 343 62 131
Binary 11010101 11011011 11110001 1100 1001 0 101 11100011 110010 1011001

Color Harmonies of #D5DBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DBF1

Black with #D5DBF1

Text Example


Text Example

White with #D5DBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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