#D0DCFF

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

Shades of Hawkes Blue #D0DCFF

Tints of Hawkes Blue #D0DCFF

Color information

#D0DCFF (or 0xD0DCFF) is unknown color: approx Hawkes Blue. HEX triplet: D0, DC and FF. RGB value is (208,220,255). Sum of RGB (Red+Green+Blue) = 208+220+255=683 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.45% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DCFF is #2F2300. Grayscale: #DCDCDC. Windows color (decimal): -3089153 or 16768208. OLE color: 16768208.

HSL color Cylindrical-coordinate representation of color #D0DCFF: hue angle of 224.68º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0DCFF is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB208220255-
CMYK0.180.1400
HSL224.68º100%90.78%-
HSV(B)224.68º18.43%100%-
XYZ69.6671.82104.8-
YUV220.4147.52119.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.45%
GREEN value IS 220 (86.33% from 255) = 32.21%
BLUE value IS 255 (100% from 255) = 37.34%
R=30.45%
G=32.21%
B=37.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082202550.180.1400224.6810090.78
HexD0DCFF12E00e1645b
Octal320334377221600341144133
Binary110100001101110011111111100101110001110000111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCFF; }

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

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

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

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

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

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

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

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