#CCE6FF

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

Shades of Pattens Blue #CCE6FF

Tints of Pattens Blue #CCE6FF

Color information

#CCE6FF (or 0xCCE6FF) is unknown color: approx Pattens Blue. HEX triplet: CC, E6 and FF. RGB value is (204,230,255). Sum of RGB (Red+Green+Blue) = 204+230+255=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE6FF is #331900. Grayscale: #E0E0E0. Windows color (decimal): -3348737 or 16770764. OLE color: 16770764.

HSL color Cylindrical-coordinate representation of color #CCE6FF: hue angle of 209.41º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCE6FF is Cyan = 0.2, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204230255-
CMYK0.20.1000
HSL209.41º100%90%-
HSV(B)209.41º20%100%-
XYZ71.2576.65105.65-
YUV225.08144.89112.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.61%
GREEN value IS 230 (90.23% from 255) = 33.38%
BLUE value IS 255 (100% from 255) = 37.01%
R=29.61%
G=33.38%
B=37.01%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042302550.20.1000209.4110090
HexCCE6FF14A00d1645a
Octal314346377241200321144132
Binary110011001110011011111111101001010001101000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE6FF; }

 p { color: rgb(204,230,255); }

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

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

 a { background-color: rgb(204,230,255); }

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

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

 span { border-color: rgb(204,230,255); }

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