#D2E7EE

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

Shades of Pattens Blue #D2E7EE

Tints of Pattens Blue #D2E7EE

Color information

#D2E7EE (or 0xD2E7EE) is unknown color: approx Pattens Blue. HEX triplet: D2, E7 and EE. RGB value is (210,231,238). Sum of RGB (Red+Green+Blue) = 210+231+238=679 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.93% from 679); Green value is 231 (90.62% from 255 or 34.02% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2E7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2E7EE is #2D1811. Grayscale: #E1E1E1. Windows color (decimal): -2955282 or 15656914. OLE color: 15656914.

HSL color Cylindrical-coordinate representation of color #D2E7EE: hue angle of 195º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2E7EE is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210231238-
CMYK0.120.0300.07
HSL195º45.16%87.84%-
HSV(B)195º11.76%93.33%-
XYZ70.5977.0392.04-
YUV225.52135.04116.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.93%
GREEN value IS 231 (90.62% from 255) = 34.02%
BLUE value IS 238 (93.36% from 255) = 35.05%
R=30.93%
G=34.02%
B=35.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102312380.120.0300.0719545.1687.84
HexD2E7EEC307c32d58
Octal3223473561430730355130
Binary1101001011100111111011101100110111110000111011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E7EE; }

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

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

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

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

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

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

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

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