#D0ECFB

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

Shades of Pattens Blue #D0ECFB

Tints of Pattens Blue #D0ECFB

Color information

#D0ECFB (or 0xD0ECFB) is unknown color: approx Pattens Blue. HEX triplet: D0, EC and FB. RGB value is (208,236,251). Sum of RGB (Red+Green+Blue) = 208+236+251=695 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.93% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0ECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0ECFB is #2F1304. Grayscale: #E5E5E5. Windows color (decimal): -3085061 or 16510160. OLE color: 16510160.

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

Color convert

RGB208236251-
CMYK0.170.0600.02
HSL200.93º84.31%90%-
HSV(B)200.93º17.13%98.43%-
XYZ73.4280.37102.91-
YUV229.34140.22112.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.93%
GREEN value IS 236 (92.58% from 255) = 33.96%
BLUE value IS 251 (98.44% from 255) = 36.12%
R=29.93%
G=33.96%
B=36.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082362510.170.0600.02200.9384.3190
HexD0ECFB11602c9545a
Octal32035437321602311124132
Binary110100001110110011111011100011100101100100110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ECFB; }

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

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

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

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

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

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

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

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