#D0ECFE

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

Shades of Pattens Blue #D0ECFE

Tints of Pattens Blue #D0ECFE

Color information

#D0ECFE (or 0xD0ECFE) is unknown color: approx Pattens Blue. HEX triplet: D0, EC and FE. RGB value is (208,236,254). Sum of RGB (Red+Green+Blue) = 208+236+254=698 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.80% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0ECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0ECFE is #2F1301. Grayscale: #E5E5E5. Windows color (decimal): -3085058 or 16706768. OLE color: 16706768.

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

Color convert

RGB208236254-
CMYK0.180.0700.00
HSL203.48º95.83%90.59%-
HSV(B)203.48º18.11%99.61%-
XYZ73.980.56105.42-
YUV229.68141.72112.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.80%
GREEN value IS 236 (92.58% from 255) = 33.81%
BLUE value IS 254 (99.61% from 255) = 36.39%
R=29.80%
G=33.81%
B=36.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082362540.180.0700.00203.4895.8390.59
HexD0ECFE12700cb605b
Octal32035437622700313140133
Binary11010000111011001111111010010111001100101111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ECFE; }

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

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

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

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

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

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

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

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