#CCDDEC

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

Shades of Pattens Blue #CCDDEC

Tints of Pattens Blue #CCDDEC

Color information

#CCDDEC (or 0xCCDDEC) is unknown color: approx Pattens Blue. HEX triplet: CC, DD and EC. RGB value is (204,221,236). Sum of RGB (Red+Green+Blue) = 204+221+236=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCDDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDEC is #332213. Grayscale: #D9D9D9. Windows color (decimal): -3351060 or 15523276. OLE color: 15523276.

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

Color convert

RGB204221236-
CMYK0.140.0600.07
HSL208.12º45.71%86.27%-
HSV(B)208.12º13.56%92.55%-
XYZ65.970.6189.51-
YUV217.63138.37118.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.86%
GREEN value IS 221 (86.72% from 255) = 33.43%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=30.86%
G=33.43%
B=35.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042212360.140.0600.07208.1245.7186.27
HexCCDDECE607d02e56
Octal3143353541660732056126
Binary11001100110111011110110011101100111110100001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDEC; }

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

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

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

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

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

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

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

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