#C7DDF2

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

Shades of Pattens Blue #C7DDF2

Tints of Pattens Blue #C7DDF2

Color information

#C7DDF2 (or 0xC7DDF2) is unknown color: approx Pattens Blue. HEX triplet: C7, DD and F2. RGB value is (199,221,242). Sum of RGB (Red+Green+Blue) = 199+221+242=662 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.06% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7DDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DDF2 is #38220D. Grayscale: #D8D8D8. Windows color (decimal): -3678734 or 15916487. OLE color: 15916487.

HSL color Cylindrical-coordinate representation of color #C7DDF2: hue angle of 209.3º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7DDF2 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199221242-
CMYK0.180.0900.05
HSL209.3º62.32%86.47%-
HSV(B)209.3º17.77%94.9%-
XYZ65.4470.2794.12-
YUV216.82142.21115.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.06%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 242 (94.92% from 255) = 36.56%
R=30.06%
G=33.38%
B=36.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1992212420.180.0900.05209.362.3286.47
HexC7DDF212905d13e56
Octal30733536222110532176126
Binary1100011111011101111100101001010010101110100011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DDF2; }

 p { color: rgb(199,221,242); }

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

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

 a { background-color: rgb(199,221,242); }

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

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

 span { border-color: rgb(199,221,242); }

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