#D2DCFF

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

Shades of Hawkes Blue #D2DCFF

Tints of Hawkes Blue #D2DCFF

Color information

#D2DCFF (or 0xD2DCFF) is unknown color: approx Hawkes Blue. HEX triplet: D2, DC and FF. RGB value is (210,220,255). Sum of RGB (Red+Green+Blue) = 210+220+255=685 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.66% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCFF is #2D2300. Grayscale: #DCDCDC. Windows color (decimal): -2958081 or 16768210. OLE color: 16768210.

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

Color convert

RGB210220255-
CMYK0.180.1400
HSL226.67º100%91.18%-
HSV(B)226.67º17.65%100%-
XYZ70.2272.11104.82-
YUV221147.19120.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.66%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 255 (100% from 255) = 37.23%
R=30.66%
G=32.12%
B=37.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102202550.180.1400226.6710091.18
HexD2DCFF12E00e3645b
Octal322334377221600343144133
Binary110100101101110011111111100101110001110001111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCFF; }

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

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

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

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

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

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

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

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