#CCDDE9

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

Shades of Pattens Blue #CCDDE9

Tints of Pattens Blue #CCDDE9

Color information

#CCDDE9 (or 0xCCDDE9) is unknown color: approx Pattens Blue. HEX triplet: CC, DD and E9. RGB value is (204,221,233). Sum of RGB (Red+Green+Blue) = 204+221+233=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCDDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDE9 is #332216. Grayscale: #D9D9D9. Windows color (decimal): -3351063 or 15326668. OLE color: 15326668.

HSL color Cylindrical-coordinate representation of color #CCDDE9: hue angle of 204.83º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCDDE9 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204221233-
CMYK0.120.0500.09
HSL204.83º39.73%85.69%-
HSV(B)204.83º12.45%91.37%-
XYZ65.4770.4387.24-
YUV217.29136.87118.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.00%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 233 (91.41% from 255) = 35.41%
R=31.00%
G=33.59%
B=35.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042212330.120.0500.09204.8339.7385.69
HexCCDDE9C509cd2856
Octal31433535114501131550126
Binary110011001101110111101001110010101001110011011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDE9; }

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

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

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

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

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

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

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

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