#CCDDEE

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

Shades of Pattens Blue #CCDDEE

Tints of Pattens Blue #CCDDEE

Color information

#CCDDEE (or 0xCCDDEE) is unknown color: approx Pattens Blue. HEX triplet: CC, DD and EE. RGB value is (204,221,238). Sum of RGB (Red+Green+Blue) = 204+221+238=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDEE is #332211. Grayscale: #D9D9D9. Windows color (decimal): -3351058 or 15654348. OLE color: 15654348.

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

Color convert

RGB204221238-
CMYK0.140.0700.07
HSL210º50%86.67%-
HSV(B)210º14.29%93.33%-
XYZ66.1970.7291.05-
YUV217.86139.37118.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.77%
GREEN value IS 221 (86.72% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 35.90%
R=30.77%
G=33.33%
B=35.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042212380.140.0700.072105086.67
HexCCDDEEE707d23257
Octal3143353561670732262127
Binary11001100110111011110111011101110111110100101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDEE; }

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

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

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

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

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

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

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

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