#c7d9e1

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

Shades of Pattens Blue #C7D9E1

Tints of Pattens Blue #C7D9E1

Color information

#C7D9E1 (or 0xC7D9E1) is unknown color: approx Pattens Blue. HEX triplet: C7, D9 and E1. RGB value is (199,217,225). Sum of RGB (Red+Green+Blue) = 199+217+225=641 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.05% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 225 - color contains mainly: blue. Hex color #C7D9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D9E1 is #38261E. Grayscale: #D4D4D4. Windows color (decimal): -3679775 or 14801351. OLE color: 14801351.

HSL color Cylindrical-coordinate representation of color #C7D9E1: hue angle of 198.46º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7D9E1 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB199217225-
CMYK0.120.0400.12
HSL198.46º30.23%83.14%-
HSV(B)198.46º11.56%88.24%-
XYZ61.9667.280.94-
YUV212.53135.04118.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.05%
GREEN value IS 217 (85.16% from 255) = 33.85%
BLUE value IS 225 (88.28% from 255) = 35.10%
R=31.05%
G=33.85%
B=35.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1992172250.120.0400.12198.4630.2383.14
HexC7D9E1C40Cc61e53
Octal30733134114401430636123
Binary11000111110110011110000111001000110011000110111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7d9e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7d9e1; }

 p { color: rgb(199,217,225); }

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

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

 a { background-color: rgb(199,217,225); }

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

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

 span { border-color: rgb(199,217,225); }

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