#C7D7E3

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

Shades of Pattens Blue #C7D7E3

Tints of Pattens Blue #C7D7E3

Color information

#C7D7E3 (or 0xC7D7E3) is unknown color: approx Pattens Blue. HEX triplet: C7, D7 and E3. RGB value is (199,215,227). Sum of RGB (Red+Green+Blue) = 199+215+227=641 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.05% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 227 - color contains mainly: blue. Hex color #C7D7E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D7E3 is #38281C. Grayscale: #D3D3D3. Windows color (decimal): -3680285 or 14931911. OLE color: 14931911.

HSL color Cylindrical-coordinate representation of color #C7D7E3: hue angle of 205.71º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7D7E3 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB199215227-
CMYK0.120.0500.11
HSL205.71º33.33%83.53%-
HSV(B)205.71º12.33%89.02%-
XYZ61.7266.2982.22-
YUV211.58136.7119.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.05%
GREEN value IS 215 (84.38% from 255) = 33.54%
BLUE value IS 227 (89.06% from 255) = 35.41%
R=31.05%
G=33.54%
B=35.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1992152270.120.0500.11205.7133.3383.53
HexC7D7E3C50Bce2154
Octal30732734314501331641124
Binary110001111101011111100011110010101011110011101000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D7E3; }

 p { color: rgb(199,215,227); }

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

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

 a { background-color: rgb(199,215,227); }

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

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

 span { border-color: rgb(199,215,227); }

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