Html Css Color HEX #D3DFEF Hawkes Blue

📋 copy color: '#D3DFEF'

red 211 ◦ green 223 ◦ blue 239

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

Shades of Hawkes Blue #D3DFEF

Tints of Hawkes Blue #D3DFEF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.14%

 BLUE value IS 239 (93.75% from 255) = 35.51%

R = 31.35%
G = 33.14%
B = 35.51%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D3DFEF (or 0xD3DFEF) is known color: Hawkes Blue. HEX triplet: D3, DF and EF. RGB value is (211,223,239). Sum of RGB (Red+Green+Blue) = 211+223+239=673 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.35% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DFEF is #2C2010. Grayscale: #DDDDDD. Windows color (decimal): -2891793 or 15720403. OLE color: 15720403.

HSL color Cylindrical-coordinate representation of color #D3DFEF: hue angle of 214.29º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3DFEF is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 223 239 -
CMYK 0.12 0.07 0 0.06
HSL 214.29º 0.47% 0.88% -
HSV(B) 214.29º 0.12% 0.94% -
XYZ 68.83 72.86 92.1 -
YUV 221.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 211 223 239 0.12 0.07 0 0.06 214.29 0.47 0.88
Hex D3 DF EF C 7 0 6 D6 2F 58
Octal 323 337 357 14 7 0 6 326 57 130
Binary 11010011 11011111 11101111 1100 111 0 110 11010110 101111 1011000

Color Harmonies of #D3DFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DFEF

Black with #D3DFEF

Text Example


Text Example

White with #D3DFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DFEF; }

 p { color: rgb(211,223,239); }

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

background-color css

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

 a { background-color: rgb(211,223,239); }

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

border-color css

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

 span { border-color: rgb(211,223,239); }

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