#D4DCFD

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

Shades of Hawkes Blue #D4DCFD

Tints of Hawkes Blue #D4DCFD

Color information

#D4DCFD (or 0xD4DCFD) is unknown color: approx Hawkes Blue. HEX triplet: D4, DC and FD. RGB value is (212,220,253). Sum of RGB (Red+Green+Blue) = 212+220+253=685 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.95% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DCFD is #2B2302. Grayscale: #DDDDDD. Windows color (decimal): -2827011 or 16637140. OLE color: 16637140.

HSL color Cylindrical-coordinate representation of color #D4DCFD: hue angle of 228.29º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4DCFD is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212220253-
CMYK0.160.1300.01
HSL228.29º91.11%91.18%-
HSV(B)228.29º16.21%99.22%-
XYZ70.4772.28103.16-
YUV221.37145.85121.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.95%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 253 (99.22% from 255) = 36.93%
R=30.95%
G=32.12%
B=36.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2122202530.160.1300.01228.2991.1191.18
HexD4DCFD10D01e45b5b
Octal324334375201501344133133
Binary110101001101110011111101100001101011110010010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DCFD; }

 p { color: rgb(212,220,253); }

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

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

 a { background-color: rgb(212,220,253); }

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

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

 span { border-color: rgb(212,220,253); }

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