#C7D6DE

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

Shades of Pattens Blue #C7D6DE

Tints of Pattens Blue #C7D6DE

Color information

#C7D6DE (or 0xC7D6DE) is unknown color: approx Pattens Blue. HEX triplet: C7, D6 and DE. RGB value is (199,214,222). Sum of RGB (Red+Green+Blue) = 199+214+222=635 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.34% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7D6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D6DE is #382921. Grayscale: #D2D2D2. Windows color (decimal): -3680546 or 14603975. OLE color: 14603975.

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

Color convert

RGB199214222-
CMYK0.100.0400.13
HSL200.87º25.84%82.55%-
HSV(B)200.87º10.36%87.06%-
XYZ60.7865.5178.55-
YUV210.43134.53119.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.34%
GREEN value IS 214 (83.98% from 255) = 33.70%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=31.34%
G=33.70%
B=34.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992142220.100.0400.13200.8725.8482.55
HexC7D6DEA40Dc91a53
Octal30732633612401531132123
Binary11000111110101101101111010101000110111001001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D6DE; }

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

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

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

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

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

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

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

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