#CCE7FB

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

Shades of Pattens Blue #CCE7FB

Tints of Pattens Blue #CCE7FB

Color information

#CCE7FB (or 0xCCE7FB) is unknown color: approx Pattens Blue. HEX triplet: CC, E7 and FB. RGB value is (204,231,251). Sum of RGB (Red+Green+Blue) = 204+231+251=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCE7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE7FB is #331804. Grayscale: #E1E1E1. Windows color (decimal): -3348485 or 16508876. OLE color: 16508876.

HSL color Cylindrical-coordinate representation of color #CCE7FB: hue angle of 205.53º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCE7FB is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204231251-
CMYK0.190.0800.02
HSL205.53º85.45%89.22%-
HSV(B)205.53º18.73%98.43%-
XYZ70.8976.95102.38-
YUV225.21142.55112.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.74%
GREEN value IS 231 (90.62% from 255) = 33.67%
BLUE value IS 251 (98.44% from 255) = 36.59%
R=29.74%
G=33.67%
B=36.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042312510.190.0800.02205.5385.4589.22
HexCCE7FB13802ce5559
Octal314347373231002316125131
Binary1100110011100111111110111001110000101100111010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE7FB; }

 p { color: rgb(204,231,251); }

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

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

 a { background-color: rgb(204,231,251); }

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

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

 span { border-color: rgb(204,231,251); }

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