#D0E0EF

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

Shades of Pattens Blue #D0E0EF

Tints of Pattens Blue #D0E0EF

Color information

#D0E0EF (or 0xD0E0EF) is unknown color: approx Pattens Blue. HEX triplet: D0, E0 and EF. RGB value is (208,224,239). Sum of RGB (Red+Green+Blue) = 208+224+239=671 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.00% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0E0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E0EF is #2F1F10. Grayscale: #DCDCDC. Windows color (decimal): -3088145 or 15720656. OLE color: 15720656.

HSL color Cylindrical-coordinate representation of color #D0E0EF: hue angle of 209.03º 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 #D0E0EF is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208224239-
CMYK0.130.0600.06
HSL209.03º49.21%87.65%-
HSV(B)209.03º12.97%93.73%-
XYZ68.2572.9592.15-
YUV220.93138.2118.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.00%
GREEN value IS 224 (87.89% from 255) = 33.38%
BLUE value IS 239 (93.75% from 255) = 35.62%
R=31.00%
G=33.38%
B=35.62%

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
Decimal2082242390.130.0600.06209.0349.2187.65
HexD0E0EFD606d13158
Octal3203403571560632161130
Binary11010000111000001110111111011100110110100011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E0EF; }

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

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

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

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

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

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

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

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