#D0DFE9

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

Shades of Pattens Blue #D0DFE9

Tints of Pattens Blue #D0DFE9

Color information

#D0DFE9 (or 0xD0DFE9) is unknown color: approx Pattens Blue. HEX triplet: D0, DF and E9. RGB value is (208,223,233). Sum of RGB (Red+Green+Blue) = 208+223+233=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0DFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DFE9 is #2F2016. Grayscale: #DBDBDB. Windows color (decimal): -3088407 or 15327184. OLE color: 15327184.

HSL color Cylindrical-coordinate representation of color #D0DFE9: hue angle of 204º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0DFE9 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208223233-
CMYK0.110.0400.09
HSL204º36.23%86.47%-
HSV(B)204º10.73%91.37%-
XYZ67.1172.0787.46-
YUV219.66135.53119.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.33%
GREEN value IS 223 (87.5% from 255) = 33.58%
BLUE value IS 233 (91.41% from 255) = 35.09%
R=31.33%
G=33.58%
B=35.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082232330.110.0400.0920436.2386.47
HexD0DFE9B409cc2456
Octal32033735113401131444126
Binary110100001101111111101001101110001001110011001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DFE9; }

 p { color: rgb(208,223,233); }

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

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

 a { background-color: rgb(208,223,233); }

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

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

 span { border-color: rgb(208,223,233); }

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