#D3EEFD

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

Shades of Pattens Blue #D3EEFD

Tints of Pattens Blue #D3EEFD

Color information

#D3EEFD (or 0xD3EEFD) is unknown color: approx Pattens Blue. HEX triplet: D3, EE and FD. RGB value is (211,238,253). Sum of RGB (Red+Green+Blue) = 211+238+253=702 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.06% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3EEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EEFD is #2C1102. Grayscale: #E7E7E7. Windows color (decimal): -2887939 or 16641747. OLE color: 16641747.

HSL color Cylindrical-coordinate representation of color #D3EEFD: hue angle of 201.43º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3EEFD is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB211238253-
CMYK0.170.0600.01
HSL201.43º91.3%90.98%-
HSV(B)201.43º16.6%99.22%-
XYZ75.1782.09104.81-
YUV231.64140.05113.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.06%
GREEN value IS 238 (93.36% from 255) = 33.90%
BLUE value IS 253 (99.22% from 255) = 36.04%
R=30.06%
G=33.90%
B=36.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2112382530.170.0600.01201.4391.390.98
HexD3EEFD11601c95b5b
Octal32335637521601311133133
Binary11010011111011101111110110001110011100100110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EEFD; }

 p { color: rgb(211,238,253); }

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

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

 a { background-color: rgb(211,238,253); }

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

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

 span { border-color: rgb(211,238,253); }

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