#D0E6EC

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

Shades of Pattens Blue #D0E6EC

Tints of Pattens Blue #D0E6EC

Color information

#D0E6EC (or 0xD0E6EC) is unknown color: approx Pattens Blue. HEX triplet: D0, E6 and EC. RGB value is (208,230,236). Sum of RGB (Red+Green+Blue) = 208+230+236=674 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.86% from 674); Green value is 230 (90.23% from 255 or 34.12% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0E6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E6EC is #2F1913. Grayscale: #E0E0E0. Windows color (decimal): -3086612 or 15525584. OLE color: 15525584.

HSL color Cylindrical-coordinate representation of color #D0E6EC: hue angle of 192.86º degrees, saturation: 0.42, 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 #D0E6EC is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208230236-
CMYK0.120.0300.07
HSL192.86º42.42%87.06%-
HSV(B)192.86º11.86%92.55%-
XYZ69.4576.0690.38-
YUV224.11134.71116.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.86%
GREEN value IS 230 (90.23% from 255) = 34.12%
BLUE value IS 236 (92.58% from 255) = 35.01%
R=30.86%
G=34.12%
B=35.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082302360.120.0300.07192.8642.4287.06
HexD0E6ECC307c12a57
Octal3203463541430730152127
Binary1101000011100110111011001100110111110000011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E6EC; }

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

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

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

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

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

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

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

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