#CCDDEA

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

Shades of Pattens Blue #CCDDEA

Tints of Pattens Blue #CCDDEA

Color information

#CCDDEA (or 0xCCDDEA) is unknown color: approx Pattens Blue. HEX triplet: CC, DD and EA. RGB value is (204,221,234). Sum of RGB (Red+Green+Blue) = 204+221+234=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCDDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDEA is #332215. Grayscale: #D9D9D9. Windows color (decimal): -3351062 or 15392204. OLE color: 15392204.

HSL color Cylindrical-coordinate representation of color #CCDDEA: hue angle of 206º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCDDEA is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204221234-
CMYK0.130.0600.08
HSL206º41.67%85.88%-
HSV(B)206º12.82%91.76%-
XYZ65.6170.4987.99-
YUV217.4137.37118.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.96%
GREEN value IS 221 (86.72% from 255) = 33.54%
BLUE value IS 234 (91.80% from 255) = 35.51%
R=30.96%
G=33.54%
B=35.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042212340.130.0600.0820641.6785.88
HexCCDDEAD608ce2a56
Octal31433535215601031652126
Binary110011001101110111101010110111001000110011101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDEA; }

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

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

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

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

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

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

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

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