#D2E7FA

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

Shades of Pattens Blue #D2E7FA

Tints of Pattens Blue #D2E7FA

Color information

#D2E7FA (or 0xD2E7FA) is unknown color: approx Pattens Blue. HEX triplet: D2, E7 and FA. RGB value is (210,231,250). Sum of RGB (Red+Green+Blue) = 210+231+250=691 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.39% from 691); Green value is 231 (90.62% from 255 or 33.43% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2E7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2E7FA is #2D1805. Grayscale: #E2E2E2. Windows color (decimal): -2955270 or 16443346. OLE color: 16443346.

HSL color Cylindrical-coordinate representation of color #D2E7FA: hue angle of 208.5º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2E7FA is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210231250-
CMYK0.160.0800.02
HSL208.5º80%90.2%-
HSV(B)208.5º16%98.04%-
XYZ72.4177.76101.63-
YUV226.89141.04115.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.39%
GREEN value IS 231 (90.62% from 255) = 33.43%
BLUE value IS 250 (98.05% from 255) = 36.18%
R=30.39%
G=33.43%
B=36.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102312500.160.0800.02208.58090.2
HexD2E7FA10802d0505a
Octal322347372201002320120132
Binary1101001011100111111110101000010000101101000010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E7FA; }

 p { color: rgb(210,231,250); }

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

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

 a { background-color: rgb(210,231,250); }

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

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

 span { border-color: rgb(210,231,250); }

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