Html Css Color HEX #D3DAEB Hawkes Blue

📋 copy color: '#D3DAEB'

red 211 ◦ green 218 ◦ blue 235

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

Shades of Hawkes Blue #D3DAEB

Tints of Hawkes Blue #D3DAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.39%

R = 31.78%
G = 32.83%
B = 35.39%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D3DAEB (or 0xD3DAEB) is known color: Hawkes Blue. HEX triplet: D3, DA and EB. RGB value is (211,218,235). Sum of RGB (Red+Green+Blue) = 211+218+235=664 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.78% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DAEB is #2C2514. Grayscale: #D9D9D9. Windows color (decimal): -2893077 or 15456979. OLE color: 15456979.

HSL color Cylindrical-coordinate representation of color #D3DAEB: hue angle of 222.5º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3DAEB is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 218 235 -
CMYK 0.10 0.07 0 0.08
HSL 222.5º 0.38% 0.87% -
HSV(B) 222.5º 0.1% 0.92% -
XYZ 66.93 69.99 88.58 -
YUV 217.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 211 218 235 0.10 0.07 0 0.08 222.5 0.38 0.87
Hex D3 DA EB A 7 0 8 DE 26 57
Octal 323 332 353 12 7 0 10 336 46 127
Binary 11010011 11011010 11101011 1010 111 0 1000 11011110 100110 1010111

Color Harmonies of #D3DAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DAEB

Black with #D3DAEB

Text Example


Text Example

White with #D3DAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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