#D3DCF8

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

Shades of Hawkes Blue #D3DCF8

Tints of Hawkes Blue #D3DCF8

Color information

#D3DCF8 (or 0xD3DCF8) is unknown color: approx Hawkes Blue. HEX triplet: D3, DC and F8. RGB value is (211,220,248). Sum of RGB (Red+Green+Blue) = 211+220+248=679 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.08% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 248 (97.27% from 255 or 36.52% from 679); Max value from RGB is 248 - color contains mainly: blue. Hex color #D3DCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DCF8 is #2C2307. Grayscale: #DCDCDC. Windows color (decimal): -2892552 or 16309459. OLE color: 16309459.

HSL color Cylindrical-coordinate representation of color #D3DCF8: hue angle of 225.41º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3DCF8 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB211220248-
CMYK0.150.1100.03
HSL225.41º72.55%90%-
HSV(B)225.41º14.92%97.25%-
XYZ69.471.8199.01-
YUV220.5143.52121.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.08%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 248 (97.27% from 255) = 36.52%
R=31.08%
G=32.40%
B=36.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2112202480.150.1100.03225.4172.5590
HexD3DCF8FB03e1495a
Octal323334370171303341111132
Binary110100111101110011111000111110110111110000110010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DCF8; }

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

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

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

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

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

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

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

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