#D2DEFA

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

Shades of Hawkes Blue #D2DEFA

Tints of Hawkes Blue #D2DEFA

Color information

#D2DEFA (or 0xD2DEFA) is unknown color: approx Hawkes Blue. HEX triplet: D2, DE and FA. RGB value is (210,222,250). Sum of RGB (Red+Green+Blue) = 210+222+250=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DEFA is #2D2105. Grayscale: #DDDDDD. Windows color (decimal): -2957574 or 16441042. OLE color: 16441042.

HSL color Cylindrical-coordinate representation of color #D2DEFA: hue angle of 222º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2DEFA is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210222250-
CMYK0.160.1100.02
HSL222º80%90.2%-
HSV(B)222º16%98.04%-
XYZ69.9572.85100.82-
YUV221.6144.02119.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.79%
GREEN value IS 222 (87.11% from 255) = 32.55%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=30.79%
G=32.55%
B=36.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102222500.160.1100.022228090.2
HexD2DEFA10B02de505a
Octal322336372201302336120132
Binary1101001011011110111110101000010110101101111010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DEFA; }

 p { color: rgb(210,222,250); }

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

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

 a { background-color: rgb(210,222,250); }

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

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

 span { border-color: rgb(210,222,250); }

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