#D0ECF9

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

Shades of Pattens Blue #D0ECF9

Tints of Pattens Blue #D0ECF9

Color information

#D0ECF9 (or 0xD0ECF9) is unknown color: approx Pattens Blue. HEX triplet: D0, EC and F9. RGB value is (208,236,249). Sum of RGB (Red+Green+Blue) = 208+236+249=693 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.01% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0ECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0ECF9 is #2F1306. Grayscale: #E5E5E5. Windows color (decimal): -3085063 or 16379088. OLE color: 16379088.

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

Color convert

RGB208236249-
CMYK0.160.0500.02
HSL199.02º77.36%89.61%-
HSV(B)199.02º16.47%97.65%-
XYZ73.1180.24101.26-
YUV229.11139.22112.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.01%
GREEN value IS 236 (92.58% from 255) = 34.05%
BLUE value IS 249 (97.66% from 255) = 35.93%
R=30.01%
G=34.05%
B=35.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082362490.160.0500.02199.0277.3689.61
HexD0ECF910502c74d5a
Octal32035437120502307115132
Binary110100001110110011111001100001010101100011110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ECF9; }

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

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

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

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

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

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

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

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