#D0E1EF

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

Shades of Pattens Blue #D0E1EF

Tints of Pattens Blue #D0E1EF

Color information

#D0E1EF (or 0xD0E1EF) is unknown color: approx Pattens Blue. HEX triplet: D0, E1 and EF. RGB value is (208,225,239). Sum of RGB (Red+Green+Blue) = 208+225+239=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0E1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E1EF is #2F1E10. Grayscale: #DDDDDD. Windows color (decimal): -3087889 or 15720912. OLE color: 15720912.

HSL color Cylindrical-coordinate representation of color #D0E1EF: hue angle of 207.1º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0E1EF is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208225239-
CMYK0.130.0600.06
HSL207.1º49.21%87.65%-
HSV(B)207.1º12.97%93.73%-
XYZ68.5273.4992.24-
YUV221.51137.87118.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.95%
GREEN value IS 225 (88.28% from 255) = 33.48%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=30.95%
G=33.48%
B=35.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082252390.130.0600.06207.149.2187.65
HexD0E1EFD606cf3158
Octal3203413571560631761130
Binary11010000111000011110111111011100110110011111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E1EF; }

 p { color: rgb(208,225,239); }

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

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

 a { background-color: rgb(208,225,239); }

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

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

 span { border-color: rgb(208,225,239); }

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