#D0DCEC

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

Shades of Hawkes Blue #D0DCEC

Tints of Hawkes Blue #D0DCEC

Color information

#D0DCEC (or 0xD0DCEC) is unknown color: approx Hawkes Blue. HEX triplet: D0, DC and EC. RGB value is (208,220,236). Sum of RGB (Red+Green+Blue) = 208+220+236=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DCEC is #2F2313. Grayscale: #DADADA. Windows color (decimal): -3089172 or 15523024. OLE color: 15523024.

HSL color Cylindrical-coordinate representation of color #D0DCEC: hue angle of 214.29º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0DCEC is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208220236-
CMYK0.120.0700.07
HSL214.29º42.42%87.06%-
HSV(B)214.29º11.86%92.55%-
XYZ66.7570.6589.48-
YUV218.24138.02120.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.33%
GREEN value IS 220 (86.33% from 255) = 33.13%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=31.33%
G=33.13%
B=35.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082202360.120.0700.07214.2942.4287.06
HexD0DCECC707d62a57
Octal3203343541470732652127
Binary11010000110111001110110011001110111110101101010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCEC; }

 p { color: rgb(208,220,236); }

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

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

 a { background-color: rgb(208,220,236); }

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

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

 span { border-color: rgb(208,220,236); }

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