#D2DCEA

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

Shades of Hawkes Blue #D2DCEA

Tints of Hawkes Blue #D2DCEA

Color information

#D2DCEA (or 0xD2DCEA) is unknown color: approx Hawkes Blue. HEX triplet: D2, DC and EA. RGB value is (210,220,234). Sum of RGB (Red+Green+Blue) = 210+220+234=664 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.63% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCEA is #2D2315. Grayscale: #DADADA. Windows color (decimal): -2958102 or 15391954. OLE color: 15391954.

HSL color Cylindrical-coordinate representation of color #D2DCEA: hue angle of 215º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2DCEA is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210220234-
CMYK0.100.0600.08
HSL215º36.36%87.06%-
HSV(B)215º10.26%91.76%-
XYZ67.0270.8387.98-
YUV218.61136.69121.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.63%
GREEN value IS 220 (86.33% from 255) = 33.13%
BLUE value IS 234 (91.80% from 255) = 35.24%
R=31.63%
G=33.13%
B=35.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102202340.100.0600.0821536.3687.06
HexD2DCEAA608d72457
Octal32233435212601032744127
Binary110100101101110011101010101011001000110101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCEA; }

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

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

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

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

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

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

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

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