#C9D6DE

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

Shades of Pattens Blue #C9D6DE

Tints of Pattens Blue #C9D6DE

Color information

#C9D6DE (or 0xC9D6DE) is unknown color: approx Pattens Blue. HEX triplet: C9, D6 and DE. RGB value is (201,214,222). Sum of RGB (Red+Green+Blue) = 201+214+222=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9D6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D6DE is #362921. Grayscale: #D2D2D2. Windows color (decimal): -3549474 or 14603977. OLE color: 14603977.

HSL color Cylindrical-coordinate representation of color #C9D6DE: hue angle of 202.86º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9D6DE is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201214222-
CMYK0.090.0400.13
HSL202.86º24.14%82.94%-
HSV(B)202.86º9.46%87.06%-
XYZ61.3265.7878.57-
YUV211.02134.19120.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.55%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=31.55%
G=33.59%
B=34.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012142220.090.0400.13202.8624.1482.94
HexC9D6DE940Dcb1853
Octal31132633611401531330123
Binary11001001110101101101111010011000110111001011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D6DE; }

 p { color: rgb(201,214,222); }

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

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

 a { background-color: rgb(201,214,222); }

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

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

 span { border-color: rgb(201,214,222); }

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