#D0ECFC

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

Shades of Pattens Blue #D0ECFC

Tints of Pattens Blue #D0ECFC

Color information

#D0ECFC (or 0xD0ECFC) is unknown color: approx Pattens Blue. HEX triplet: D0, EC and FC. RGB value is (208,236,252). Sum of RGB (Red+Green+Blue) = 208+236+252=696 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.89% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0ECFC is #2F1303. Grayscale: #E5E5E5. Windows color (decimal): -3085060 or 16575696. OLE color: 16575696.

HSL color Cylindrical-coordinate representation of color #D0ECFC: hue angle of 201.82º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0ECFC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208236252-
CMYK0.170.0600.01
HSL201.82º88%90.2%-
HSV(B)201.82º17.46%98.82%-
XYZ73.5880.43103.74-
YUV229.45140.72112.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.89%
GREEN value IS 236 (92.58% from 255) = 33.91%
BLUE value IS 252 (98.83% from 255) = 36.21%
R=29.89%
G=33.91%
B=36.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082362520.170.0600.01201.828890.2
HexD0ECFC11601ca585a
Octal32035437421601312130132
Binary11010000111011001111110010001110011100101010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ECFC; }

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

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

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

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

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

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

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

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