#D3DCEF

Color #D3DCEF Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #D3DCEF

Tints of Hawkes Blue #D3DCEF

Color information

#D3DCEF (or 0xD3DCEF) is unknown color: approx Hawkes Blue. HEX triplet: D3, DC and EF. RGB value is (211,220,239). Sum of RGB (Red+Green+Blue) = 211+220+239=670 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.49% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DCEF is #2C2310. Grayscale: #DBDBDB. Windows color (decimal): -2892561 or 15719635. OLE color: 15719635.

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

Color convert

RGB211220239-
CMYK0.120.0800.06
HSL220.71º46.67%88.24%-
HSV(B)220.71º11.72%93.73%-
XYZ68.0471.2791.83-
YUV219.48139.02121.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.49%
GREEN value IS 220 (86.33% from 255) = 32.84%
BLUE value IS 239 (93.75% from 255) = 35.67%
R=31.49%
G=32.84%
B=35.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2112202390.120.0800.06220.7146.6788.24
HexD3DCEFC806dd2f58
Octal32333435714100633557130
Binary110100111101110011101111110010000110110111011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DCEF; }

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

 H1.HeaderClassName
 {
   color: #D3DCEF;
 }
 .AnyTagClassName
 {
   color: #D3DCEF;
 }
</style>
background-color css

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

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

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

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

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

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