#D2DCFE

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

Shades of Hawkes Blue #D2DCFE

Tints of Hawkes Blue #D2DCFE

Color information

#D2DCFE (or 0xD2DCFE) is unknown color: approx Hawkes Blue. HEX triplet: D2, DC and FE. RGB value is (210,220,254). Sum of RGB (Red+Green+Blue) = 210+220+254=684 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.70% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCFE is #2D2301. Grayscale: #DCDCDC. Windows color (decimal): -2958082 or 16702674. OLE color: 16702674.

HSL color Cylindrical-coordinate representation of color #D2DCFE: hue angle of 226.36º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2DCFE is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB210220254-
CMYK0.170.1300.00
HSL226.36º95.65%90.98%-
HSV(B)226.36º17.32%99.61%-
XYZ70.0672.04103.98-
YUV220.89146.69120.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.70%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=30.70%
G=32.16%
B=37.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102202540.170.1300.00226.3695.6590.98
HexD2DCFE11D00e2605b
Octal322334376211500342140133
Binary110100101101110011111110100011101001110001011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCFE; }

 p { color: rgb(210,220,254); }

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

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

 a { background-color: rgb(210,220,254); }

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

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

 span { border-color: rgb(210,220,254); }

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