#D8EEF3

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

Shades of Pattens Blue #D8EEF3

Tints of Pattens Blue #D8EEF3

Color information

#D8EEF3 (or 0xD8EEF3) is unknown color: approx Pattens Blue. HEX triplet: D8, EE and F3. RGB value is (216,238,243). Sum of RGB (Red+Green+Blue) = 216+238+243=697 (92% of max value = 765). Red value is 216 (84.77% from 255 or 30.99% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 243 (95.31% from 255 or 34.86% from 697); Max value from RGB is 243 - color contains mainly: blue. Hex color #D8EEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EEF3 is #27110C. Grayscale: #E7E7E7. Windows color (decimal): -2560269 or 15986392. OLE color: 15986392.

HSL color Cylindrical-coordinate representation of color #D8EEF3: hue angle of 191.11º degrees, saturation: 0.53, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8EEF3 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216238243-
CMYK0.110.0200.05
HSL191.11º52.94%90%-
HSV(B)191.11º11.11%95.29%-
XYZ75.0782.2296.71-
YUV231.99134.21116.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.99%
GREEN value IS 238 (93.36% from 255) = 34.15%
BLUE value IS 243 (95.31% from 255) = 34.86%
R=30.99%
G=34.15%
B=34.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162382430.110.0200.05191.1152.9490
HexD8EEF3B205bf355a
Octal3303563631320527765132
Binary1101100011101110111100111011100101101111111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EEF3; }

 p { color: rgb(216,238,243); }

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

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

 a { background-color: rgb(216,238,243); }

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

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

 span { border-color: rgb(216,238,243); }

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