Html Css Color HEX #D3DEFA Hawkes Blue

📋 copy color: '#D3DEFA'

red 211 ◦ green 222 ◦ blue 250

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

Shades of Hawkes Blue #D3DEFA

Tints of Hawkes Blue #D3DEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.5%

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

R = 30.89%
G = 32.5%
B = 36.6%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3DEFA (or 0xD3DEFA) is known color: Hawkes Blue. HEX triplet: D3, DE and FA. RGB value is (211,222,250). Sum of RGB (Red+Green+Blue) = 211+222+250=683 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.89% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DEFA is #2C2105. Grayscale: #DDDDDD. Windows color (decimal): -2892038 or 16441043. OLE color: 16441043.

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

Color convert

RGB 211 222 250 -
CMYK 0.16 0.11 0 0.02
HSL 223.08º 0.8% 0.9% -
HSV(B) 223.08º 0.16% 0.98% -
XYZ 70.24 72.99 100.83 -
YUV 221.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 211 222 250 0.16 0.11 0 0.02 223.08 0.8 0.9
Hex D3 DE FA 10 B 0 2 DF 50 5A
Octal 323 336 372 20 13 0 2 337 120 132
Binary 11010011 11011110 11111010 10000 1011 0 10 11011111 1010000 1011010

Color Harmonies of #D3DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DEFA

Black with #D3DEFA

Text Example


Text Example

White with #D3DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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