#D2DADF

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

Shades of Pattens Blue #D2DADF

Tints of Pattens Blue #D2DADF

Color information

#D2DADF (or 0xD2DADF) is unknown color: approx Pattens Blue. HEX triplet: D2, DA and DF. RGB value is (210,218,223). Sum of RGB (Red+Green+Blue) = 210+218+223=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DADF is #2D2520. Grayscale: #D8D8D8. Windows color (decimal): -2958625 or 14670546. OLE color: 14670546.

HSL color Cylindrical-coordinate representation of color #D2DADF: hue angle of 203.08º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2DADF is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210218223-
CMYK0.060.0200.13
HSL203.08º16.88%84.9%-
HSV(B)203.08º5.83%87.45%-
XYZ64.9769.1779.74-
YUV216.18131.85123.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.26%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 223 (87.5% from 255) = 34.25%
R=32.26%
G=33.49%
B=34.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102182230.060.0200.13203.0816.8884.9
HexD2DADF620Dcb1155
Octal3223323376201531321125
Binary110100101101101011011111110100110111001011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DADF; }

 p { color: rgb(210,218,223); }

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

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

 a { background-color: rgb(210,218,223); }

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

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

 span { border-color: rgb(210,218,223); }

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