#D0DCFD

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

Shades of Hawkes Blue #D0DCFD

Tints of Hawkes Blue #D0DCFD

Color information

#D0DCFD (or 0xD0DCFD) is unknown color: approx Hawkes Blue. HEX triplet: D0, DC and FD. RGB value is (208,220,253). Sum of RGB (Red+Green+Blue) = 208+220+253=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DCFD is #2F2302. Grayscale: #DCDCDC. Windows color (decimal): -3089155 or 16637136. OLE color: 16637136.

HSL color Cylindrical-coordinate representation of color #D0DCFD: hue angle of 224º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0DCFD is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208220253-
CMYK0.180.1300.01
HSL224º91.84%90.39%-
HSV(B)224º17.79%99.22%-
XYZ69.3471.69103.11-
YUV220.17146.52119.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.54%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=30.54%
G=32.31%
B=37.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082202530.180.1300.0122491.8490.39
HexD0DCFD12D01e05c5a
Octal320334375221501340134132
Binary110100001101110011111101100101101011110000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCFD; }

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

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

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

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

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

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

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

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