#D8ECFE

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

Shades of Pattens Blue #D8ECFE

Tints of Pattens Blue #D8ECFE

Color information

#D8ECFE (or 0xD8ECFE) is unknown color: approx Pattens Blue. HEX triplet: D8, EC and FE. RGB value is (216,236,254). Sum of RGB (Red+Green+Blue) = 216+236+254=706 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.59% from 706); Green value is 236 (92.58% from 255 or 33.43% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8ECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8ECFE is #271301. Grayscale: #E7E7E7. Windows color (decimal): -2560770 or 16706776. OLE color: 16706776.

HSL color Cylindrical-coordinate representation of color #D8ECFE: hue angle of 208.42º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8ECFE is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB216236254-
CMYK0.150.0700.00
HSL208.42º95%92.16%-
HSV(B)208.42º14.96%99.61%-
XYZ76.281.75105.53-
YUV232.07140.37116.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.59%
GREEN value IS 236 (92.58% from 255) = 33.43%
BLUE value IS 254 (99.61% from 255) = 35.98%
R=30.59%
G=33.43%
B=35.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2162362540.150.0700.00208.429592.16
HexD8ECFEF700d05f5c
Octal33035437617700320137134
Binary1101100011101100111111101111111001101000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ECFE; }

 p { color: rgb(216,236,254); }

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

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

 a { background-color: rgb(216,236,254); }

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

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

 span { border-color: rgb(216,236,254); }

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