#D4DCED

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

Shades of Hawkes Blue #D4DCED

Tints of Hawkes Blue #D4DCED

Color information

#D4DCED (or 0xD4DCED) is unknown color: approx Hawkes Blue. HEX triplet: D4, DC and ED. RGB value is (212,220,237). Sum of RGB (Red+Green+Blue) = 212+220+237=669 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.69% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DCED is #2B2312. Grayscale: #DBDBDB. Windows color (decimal): -2827027 or 15588564. OLE color: 15588564.

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

Color convert

RGB212220237-
CMYK0.110.0700.07
HSL220.8º40.98%88.04%-
HSV(B)220.8º10.55%92.94%-
XYZ68.0371.390.3-
YUV219.55137.85122.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.69%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=31.69%
G=32.88%
B=35.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122202370.110.0700.07220.840.9888.04
HexD4DCEDB707dd2958
Octal3243343551370733551130
Binary11010100110111001110110110111110111110111011010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DCED; }

 p { color: rgb(212,220,237); }

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

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

 a { background-color: rgb(212,220,237); }

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

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

 span { border-color: rgb(212,220,237); }

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