#C2DDEC

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

Shades of Pattens Blue #C2DDEC

Tints of Pattens Blue #C2DDEC

Color information

#C2DDEC (or 0xC2DDEC) is unknown color: approx Pattens Blue. HEX triplet: C2, DD and EC. RGB value is (194,221,236). Sum of RGB (Red+Green+Blue) = 194+221+236=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DDEC is #3D2213. Grayscale: #D6D6D6. Windows color (decimal): -4006420 or 15523266. OLE color: 15523266.

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

Color convert

RGB194221236-
CMYK0.180.0600.07
HSL201.43º52.5%84.31%-
HSV(B)201.43º17.8%92.55%-
XYZ63.2469.2489.39-
YUV214.64140.05113.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.80%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=29.80%
G=33.95%
B=36.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942212360.180.0600.07201.4352.584.31
HexC2DDEC12607c93454
Octal3023353542260731164124
Binary110000101101110111101100100101100111110010011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DDEC; }

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

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

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

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

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

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

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

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