#D2E6F0

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

Shades of Pattens Blue #D2E6F0

Tints of Pattens Blue #D2E6F0

Color information

#D2E6F0 (or 0xD2E6F0) is unknown color: approx Pattens Blue. HEX triplet: D2, E6 and F0. RGB value is (210,230,240). Sum of RGB (Red+Green+Blue) = 210+230+240=680 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.88% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 240 - color contains mainly: blue. Hex color #D2E6F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2E6F0 is #2D190F. Grayscale: #E1E1E1. Windows color (decimal): -2955536 or 15787730. OLE color: 15787730.

HSL color Cylindrical-coordinate representation of color #D2E6F0: hue angle of 200º degrees, saturation: 0.5, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2E6F0 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB210230240-
CMYK0.120.0400.06
HSL200º50%88.24%-
HSV(B)200º12.5%94.12%-
XYZ70.676.5993.5-
YUV225.16136.37117.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.88%
GREEN value IS 230 (90.23% from 255) = 33.82%
BLUE value IS 240 (94.14% from 255) = 35.29%
R=30.88%
G=33.82%
B=35.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102302400.120.0400.062005088.24
HexD2E6F0C406c83258
Octal3223463601440631062130
Binary11010010111001101111000011001000110110010001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E6F0; }

 p { color: rgb(210,230,240); }

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

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

 a { background-color: rgb(210,230,240); }

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

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

 span { border-color: rgb(210,230,240); }

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