#D3DCF3

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

Shades of Hawkes Blue #D3DCF3

Tints of Hawkes Blue #D3DCF3

Color information

#D3DCF3 (or 0xD3DCF3) is unknown color: approx Hawkes Blue. HEX triplet: D3, DC and F3. RGB value is (211,220,243). Sum of RGB (Red+Green+Blue) = 211+220+243=674 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.31% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 243 - color contains mainly: blue. Hex color #D3DCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DCF3 is #2C230C. Grayscale: #DBDBDB. Windows color (decimal): -2892557 or 15981779. OLE color: 15981779.

HSL color Cylindrical-coordinate representation of color #D3DCF3: hue angle of 223.12º degrees, saturation: 0.57, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3DCF3 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB211220243-
CMYK0.130.0900.05
HSL223.12º57.14%89.02%-
HSV(B)223.12º13.17%95.29%-
XYZ68.6371.5194.98-
YUV219.93141.02121.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.31%
GREEN value IS 220 (86.33% from 255) = 32.64%
BLUE value IS 243 (95.31% from 255) = 36.05%
R=31.31%
G=32.64%
B=36.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2112202430.130.0900.05223.1257.1489.02
HexD3DCF3D905df3959
Octal32333436315110533771131
Binary110100111101110011110011110110010101110111111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DCF3; }

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

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

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

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

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

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

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

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