Html Css Color HEX #D3DCFA Hawkes Blue

📋 copy color: '#D3DCFA'

red 211 ◦ green 220 ◦ blue 250

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

Shades of Hawkes Blue #D3DCFA

Tints of Hawkes Blue #D3DCFA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.31%

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

R = 30.98%
G = 32.31%
B = 36.71%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3DCFA (or 0xD3DCFA) is known color: Hawkes Blue. HEX triplet: D3, DC and FA. RGB value is (211,220,250). Sum of RGB (Red+Green+Blue) = 211+220+250=681 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.98% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DCFA is #2C2305. Grayscale: #DCDCDC. Windows color (decimal): -2892550 or 16440531. OLE color: 16440531.

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

Color convert

RGB 211 220 250 -
CMYK 0.16 0.12 0 0.02
HSL 226.15º 0.8% 0.9% -
HSV(B) 226.15º 0.16% 0.98% -
XYZ 69.71 71.94 100.65 -
YUV 220.73 144.52 121.06 -
System Red Green Blue C M Y K H S L
Decimal 211 220 250 0.16 0.12 0 0.02 226.15 0.8 0.9
Hex D3 DC FA 10 C 0 2 E2 50 5A
Octal 323 334 372 20 14 0 2 342 120 132
Binary 11010011 11011100 11111010 10000 1100 0 10 11100010 1010000 1011010

Color Harmonies of #D3DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DCFA

Black with #D3DCFA

Text Example


Text Example

White with #D3DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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