#CCDDEB

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

Shades of Pattens Blue #CCDDEB

Tints of Pattens Blue #CCDDEB

Color information

#CCDDEB (or 0xCCDDEB) is unknown color: approx Pattens Blue. HEX triplet: CC, DD and EB. RGB value is (204,221,235). Sum of RGB (Red+Green+Blue) = 204+221+235=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCDDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDEB is #332214. Grayscale: #D9D9D9. Windows color (decimal): -3351061 or 15457740. OLE color: 15457740.

HSL color Cylindrical-coordinate representation of color #CCDDEB: hue angle of 207.1º degrees, saturation: 0.44, 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 #CCDDEB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204221235-
CMYK0.130.0600.08
HSL207.1º43.66%86.08%-
HSV(B)207.1º13.19%92.16%-
XYZ65.7570.5588.75-
YUV217.51137.87118.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.91%
GREEN value IS 221 (86.72% from 255) = 33.48%
BLUE value IS 235 (92.19% from 255) = 35.61%
R=30.91%
G=33.48%
B=35.61%

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
Decimal2042212350.130.0600.08207.143.6686.08
HexCCDDEBD608cf2c56
Octal31433535315601031754126
Binary110011001101110111101011110111001000110011111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDEB; }

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

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

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

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

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

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

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

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