#CCDEEE

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

Shades of Pattens Blue #CCDEEE

Tints of Pattens Blue #CCDEEE

Color information

#CCDEEE (or 0xCCDEEE) is unknown color: approx Pattens Blue. HEX triplet: CC, DE and EE. RGB value is (204,222,238). Sum of RGB (Red+Green+Blue) = 204+222+238=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCDEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEEE is #332111. Grayscale: #DADADA. Windows color (decimal): -3350802 or 15654604. OLE color: 15654604.

HSL color Cylindrical-coordinate representation of color #CCDEEE: hue angle of 208.24º 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 #CCDEEE is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204222238-
CMYK0.140.0700.07
HSL208.24º50%86.67%-
HSV(B)208.24º14.29%93.33%-
XYZ66.4671.2591.14-
YUV218.44139.04117.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.72%
GREEN value IS 222 (87.11% from 255) = 33.43%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=30.72%
G=33.43%
B=35.84%

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
Decimal2042222380.140.0700.07208.245086.67
HexCCDEEEE707d03257
Octal3143363561670732062127
Binary11001100110111101110111011101110111110100001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEEE; }

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

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

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

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

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

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

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

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