#C7DDE9

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

Shades of Pattens Blue #C7DDE9

Tints of Pattens Blue #C7DDE9

Color information

#C7DDE9 (or 0xC7DDE9) is unknown color: approx Pattens Blue. HEX triplet: C7, DD and E9. RGB value is (199,221,233). Sum of RGB (Red+Green+Blue) = 199+221+233=653 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.47% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 233 - color contains mainly: blue. Hex color #C7DDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DDE9 is #382216. Grayscale: #D7D7D7. Windows color (decimal): -3678743 or 15326663. OLE color: 15326663.

HSL color Cylindrical-coordinate representation of color #C7DDE9: hue angle of 201.18º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7DDE9 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB199221233-
CMYK0.150.0500.09
HSL201.18º43.59%84.71%-
HSV(B)201.18º14.59%91.37%-
XYZ64.1269.7487.17-
YUV215.79137.71116.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.47%
GREEN value IS 221 (86.72% from 255) = 33.84%
BLUE value IS 233 (91.41% from 255) = 35.68%
R=30.47%
G=33.84%
B=35.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1992212330.150.0500.09201.1843.5984.71
HexC7DDE9F509c92c55
Octal30733535117501131154125
Binary110001111101110111101001111110101001110010011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DDE9; }

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

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

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

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

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

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

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

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