#D4DEFA

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

Shades of Hawkes Blue #D4DEFA

Tints of Hawkes Blue #D4DEFA

Color information

#D4DEFA (or 0xD4DEFA) is unknown color: approx Hawkes Blue. HEX triplet: D4, DE and FA. RGB value is (212,222,250). Sum of RGB (Red+Green+Blue) = 212+222+250=684 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.99% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DEFA is #2B2105. Grayscale: #DEDEDE. Windows color (decimal): -2826502 or 16441044. OLE color: 16441044.

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

Color convert

RGB212222250-
CMYK0.150.1100.02
HSL224.21º79.17%90.59%-
HSV(B)224.21º15.2%98.04%-
XYZ70.5373.14100.84-
YUV222.2143.69120.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.99%
GREEN value IS 222 (87.11% from 255) = 32.46%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=30.99%
G=32.46%
B=36.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122222500.150.1100.02224.2179.1790.59
HexD4DEFAFB02e04f5b
Octal324336372171302340117133
Binary110101001101111011111010111110110101110000010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DEFA; }

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

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

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

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

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

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

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

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