#D8DDDF

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

Shades of Pattens Blue #D8DDDF

Tints of Pattens Blue #D8DDDF

Color information

#D8DDDF (or 0xD8DDDF) is unknown color: approx Pattens Blue. HEX triplet: D8, DD and DF. RGB value is (216,221,223). Sum of RGB (Red+Green+Blue) = 216+221+223=660 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.73% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDDF is #272220. Grayscale: #DBDBDB. Windows color (decimal): -2564641 or 14671320. OLE color: 14671320.

HSL color Cylindrical-coordinate representation of color #D8DDDF: hue angle of 197.14º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D8DDDF is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216221223-
CMYK0.030.0100.13
HSL197.14º9.86%86.08%-
HSV(B)197.14º3.14%87.45%-
XYZ67.4971.6480.08-
YUV219.73129.84125.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.73%
GREEN value IS 221 (86.72% from 255) = 33.48%
BLUE value IS 223 (87.5% from 255) = 33.79%
R=32.73%
G=33.48%
B=33.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162212230.030.0100.13197.149.8686.08
HexD8DDDF310Dc5a56
Octal3303353373101530512126
Binary110110001101110111011111111011011100010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DDDF; }

 p { color: rgb(216,221,223); }

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

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

 a { background-color: rgb(216,221,223); }

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

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

 span { border-color: rgb(216,221,223); }

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