Html Css Color HEX #D3DAFA Hawkes Blue

📋 copy color: '#D3DAFA'

red 211 ◦ green 218 ◦ blue 250

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

Shades of Hawkes Blue #D3DAFA

Tints of Hawkes Blue #D3DAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.82%

R = 31.08%
G = 32.11%
B = 36.82%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3DAFA (or 0xD3DAFA) is known color: Hawkes Blue. HEX triplet: D3, DA and FA. RGB value is (211,218,250). Sum of RGB (Red+Green+Blue) = 211+218+250=679 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.08% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DAFA is #2C2505. Grayscale: #DBDBDB. Windows color (decimal): -2893062 or 16440019. OLE color: 16440019.

HSL color Cylindrical-coordinate representation of color #D3DAFA: hue angle of 229.23º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3DAFA is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 218 250 -
CMYK 0.16 0.13 0 0.02
HSL 229.23º 0.8% 0.9% -
HSV(B) 229.23º 0.16% 0.98% -
XYZ 69.19 70.89 100.48 -
YUV 219.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 211 218 250 0.16 0.13 0 0.02 229.23 0.8 0.9
Hex D3 DA FA 10 D 0 2 E5 50 5A
Octal 323 332 372 20 15 0 2 345 120 132
Binary 11010011 11011010 11111010 10000 1101 0 10 11100101 1010000 1011010

Color Harmonies of #D3DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DAFA

Black with #D3DAFA

Text Example


Text Example

White with #D3DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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