#C3DDEC

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

Shades of Pattens Blue #C3DDEC

Tints of Pattens Blue #C3DDEC

Color information

#C3DDEC (or 0xC3DDEC) is unknown color: approx Pattens Blue. HEX triplet: C3, DD and EC. RGB value is (195,221,236). Sum of RGB (Red+Green+Blue) = 195+221+236=652 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.91% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DDEC is #3C2213. Grayscale: #D6D6D6. Windows color (decimal): -3940884 or 15523267. OLE color: 15523267.

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

Color convert

RGB195221236-
CMYK0.170.0600.07
HSL201.95º51.9%84.51%-
HSV(B)201.95º17.37%92.55%-
XYZ63.569.3789.4-
YUV214.94139.89113.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.91%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 236 (92.58% from 255) = 36.20%
R=29.91%
G=33.90%
B=36.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1952212360.170.0600.07201.9551.984.51
HexC3DDEC11607ca3455
Octal3033353542160731264125
Binary110000111101110111101100100011100111110010101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDEC; }

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

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

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

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

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

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

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

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