#CCDEEB

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

Shades of Pattens Blue #CCDEEB

Tints of Pattens Blue #CCDEEB

Color information

#CCDEEB (or 0xCCDEEB) is unknown color: approx Pattens Blue. HEX triplet: CC, DE and EB. RGB value is (204,222,235). Sum of RGB (Red+Green+Blue) = 204+222+235=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCDEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEEB is #332114. Grayscale: #DADADA. Windows color (decimal): -3350805 or 15457996. OLE color: 15457996.

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

Color convert

RGB204222235-
CMYK0.130.0600.08
HSL205.16º43.66%86.08%-
HSV(B)205.16º13.19%92.16%-
XYZ66.0271.0888.84-
YUV218.1137.54117.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.86%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 235 (92.19% from 255) = 35.55%
R=30.86%
G=33.59%
B=35.55%

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
Decimal2042222350.130.0600.08205.1643.6686.08
HexCCDEEBD608cd2c56
Octal31433635315601031554126
Binary110011001101111011101011110111001000110011011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEEB; }

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

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

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

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

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

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

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

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