#C7DDEC

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

Shades of Pattens Blue #C7DDEC

Tints of Pattens Blue #C7DDEC

Color information

#C7DDEC (or 0xC7DDEC) is unknown color: approx Pattens Blue. HEX triplet: C7, DD and EC. RGB value is (199,221,236). Sum of RGB (Red+Green+Blue) = 199+221+236=656 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.34% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DDEC is #382213. Grayscale: #D8D8D8. Windows color (decimal): -3678740 or 15523271. OLE color: 15523271.

HSL color Cylindrical-coordinate representation of color #C7DDEC: hue angle of 204.32º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7DDEC is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199221236-
CMYK0.160.0600.07
HSL204.32º49.33%85.29%-
HSV(B)204.32º15.68%92.55%-
XYZ64.5569.9189.45-
YUV216.13139.21115.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.34%
GREEN value IS 221 (86.72% from 255) = 33.69%
BLUE value IS 236 (92.58% from 255) = 35.98%
R=30.34%
G=33.69%
B=35.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992212360.160.0600.07204.3249.3385.29
HexC7DDEC10607cc3155
Octal3073353542060731461125
Binary110001111101110111101100100001100111110011001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DDEC; }

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

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

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

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

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

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

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

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