#D0D8DC

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

Shades of Pattens Blue #D0D8DC

Tints of Pattens Blue #D0D8DC

Color information

#D0D8DC (or 0xD0D8DC) is unknown color: approx Pattens Blue. HEX triplet: D0, D8 and DC. RGB value is (208,216,220). Sum of RGB (Red+Green+Blue) = 208+216+220=644 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.30% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0D8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D8DC is #2F2723. Grayscale: #D6D6D6. Windows color (decimal): -3090212 or 14473424. OLE color: 14473424.

HSL color Cylindrical-coordinate representation of color #D0D8DC: hue angle of 200º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0D8DC is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB208216220-
CMYK0.050.0200.14
HSL200º14.63%83.92%-
HSV(B)200º5.45%86.27%-
XYZ63.4967.6977.43-
YUV214.06131.35123.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.30%
GREEN value IS 216 (84.77% from 255) = 33.54%
BLUE value IS 220 (86.33% from 255) = 34.16%
R=32.30%
G=33.54%
B=34.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082162200.050.0200.1420014.6383.92
HexD0D8DC520Ec8f54
Octal3203303345201631017124
Binary11010000110110001101110010110011101100100011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D8DC; }

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

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

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

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

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

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

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

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