#D8EBF1

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

Shades of Pattens Blue #D8EBF1

Tints of Pattens Blue #D8EBF1

Color information

#D8EBF1 (or 0xD8EBF1) is unknown color: approx Pattens Blue. HEX triplet: D8, EB and F1. RGB value is (216,235,241). Sum of RGB (Red+Green+Blue) = 216+235+241=692 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.21% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8EBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EBF1 is #27140E. Grayscale: #E5E5E5. Windows color (decimal): -2561039 or 15854552. OLE color: 15854552.

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

Color convert

RGB216235241-
CMYK0.100.0200.05
HSL194.4º47.17%89.61%-
HSV(B)194.4º10.37%94.51%-
XYZ73.980.3794.84-
YUV230134.21118.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.21%
GREEN value IS 235 (92.19% from 255) = 33.96%
BLUE value IS 241 (94.53% from 255) = 34.83%
R=31.21%
G=33.96%
B=34.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162352410.100.0200.05194.447.1789.61
HexD8EBF1A205c22f5a
Octal3303533611220530257132
Binary1101100011101011111100011010100101110000101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EBF1; }

 p { color: rgb(216,235,241); }

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

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

 a { background-color: rgb(216,235,241); }

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

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

 span { border-color: rgb(216,235,241); }

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