#D2DFEB

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

Shades of Pattens Blue #D2DFEB

Tints of Pattens Blue #D2DFEB

Color information

#D2DFEB (or 0xD2DFEB) is unknown color: approx Pattens Blue. HEX triplet: D2, DF and EB. RGB value is (210,223,235). Sum of RGB (Red+Green+Blue) = 210+223+235=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DFEB is #2D2014. Grayscale: #DCDCDC. Windows color (decimal): -2957333 or 15458258. OLE color: 15458258.

HSL color Cylindrical-coordinate representation of color #D2DFEB: hue angle of 208.8º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2DFEB is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210223235-
CMYK0.110.0500.08
HSL208.8º38.46%87.25%-
HSV(B)208.8º10.64%92.16%-
XYZ67.9672.4889-
YUV220.48136.19120.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.44%
GREEN value IS 223 (87.5% from 255) = 33.38%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=31.44%
G=33.38%
B=35.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102232350.110.0500.08208.838.4687.25
HexD2DFEBB508d12657
Octal32233735313501032146127
Binary110100101101111111101011101110101000110100011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DFEB; }

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

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

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

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

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

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

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

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