#D0E3ED

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

Shades of Pattens Blue #D0E3ED

Tints of Pattens Blue #D0E3ED

Color information

#D0E3ED (or 0xD0E3ED) is unknown color: approx Pattens Blue. HEX triplet: D0, E3 and ED. RGB value is (208,227,237). Sum of RGB (Red+Green+Blue) = 208+227+237=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 227 (89.06% from 255 or 33.78% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0E3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E3ED is #2F1C12. Grayscale: #DEDEDE. Windows color (decimal): -3087379 or 15590352. OLE color: 15590352.

HSL color Cylindrical-coordinate representation of color #D0E3ED: hue angle of 200.69º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0E3ED is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208227237-
CMYK0.120.0400.07
HSL200.69º44.62%87.25%-
HSV(B)200.69º12.24%92.94%-
XYZ68.7774.4690.87-
YUV222.46136.21117.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.95%
GREEN value IS 227 (89.06% from 255) = 33.78%
BLUE value IS 237 (92.97% from 255) = 35.27%
R=30.95%
G=33.78%
B=35.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082272370.120.0400.07200.6944.6287.25
HexD0E3EDC407c92d57
Octal3203433551440731155127
Binary11010000111000111110110111001000111110010011011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E3ED; }

 p { color: rgb(208,227,237); }

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

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

 a { background-color: rgb(208,227,237); }

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

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

 span { border-color: rgb(208,227,237); }

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