#CCE7FC

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

Shades of Pattens Blue #CCE7FC

Tints of Pattens Blue #CCE7FC

Color information

#CCE7FC (or 0xCCE7FC) is unknown color: approx Pattens Blue. HEX triplet: CC, E7 and FC. RGB value is (204,231,252). Sum of RGB (Red+Green+Blue) = 204+231+252=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 231 (90.62% from 255 or 33.62% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCE7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE7FC is #331803. Grayscale: #E1E1E1. Windows color (decimal): -3348484 or 16574412. OLE color: 16574412.

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

Color convert

RGB204231252-
CMYK0.190.0800.01
HSL206.25º88.89%89.41%-
HSV(B)206.25º19.05%98.82%-
XYZ71.0577.02103.22-
YUV225.32143.05112.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.69%
GREEN value IS 231 (90.62% from 255) = 33.62%
BLUE value IS 252 (98.83% from 255) = 36.68%
R=29.69%
G=33.62%
B=36.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042312520.190.0800.01206.2588.8989.41
HexCCE7FC13801ce5959
Octal314347374231001316131131
Binary110011001110011111111100100111000011100111010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE7FC; }

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

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

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

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

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

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

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

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