#D0DDEA

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

Shades of Pattens Blue #D0DDEA

Tints of Pattens Blue #D0DDEA

Color information

#D0DDEA (or 0xD0DDEA) is unknown color: approx Pattens Blue. HEX triplet: D0, DD and EA. RGB value is (208,221,234). Sum of RGB (Red+Green+Blue) = 208+221+234=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DDEA is #2F2215. Grayscale: #DADADA. Windows color (decimal): -3088918 or 15392208. OLE color: 15392208.

HSL color Cylindrical-coordinate representation of color #D0DDEA: hue angle of 210º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0DDEA is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208221234-
CMYK0.110.0600.08
HSL210º38.24%86.67%-
HSV(B)210º11.11%91.76%-
XYZ66.7271.0688.04-
YUV218.6136.69120.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.37%
GREEN value IS 221 (86.72% from 255) = 33.33%
BLUE value IS 234 (91.80% from 255) = 35.29%
R=31.37%
G=33.33%
B=35.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082212340.110.0600.0821038.2486.67
HexD0DDEAB608d22657
Octal32033535213601032246127
Binary110100001101110111101010101111001000110100101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DDEA; }

 p { color: rgb(208,221,234); }

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

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

 a { background-color: rgb(208,221,234); }

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

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

 span { border-color: rgb(208,221,234); }

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