#CCE7F3

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

Shades of Pattens Blue #CCE7F3

Tints of Pattens Blue #CCE7F3

Color information

#CCE7F3 (or 0xCCE7F3) is unknown color: approx Pattens Blue. HEX triplet: CC, E7 and F3. RGB value is (204,231,243). Sum of RGB (Red+Green+Blue) = 204+231+243=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 231 (90.62% from 255 or 34.07% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCE7F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE7F3 is #33180C. Grayscale: #E0E0E0. Windows color (decimal): -3348493 or 15984588. OLE color: 15984588.

HSL color Cylindrical-coordinate representation of color #CCE7F3: hue angle of 198.46º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCE7F3 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204231243-
CMYK0.160.0500.05
HSL198.46º61.9%87.65%-
HSV(B)198.46º16.05%95.29%-
XYZ69.6676.4695.88-
YUV224.29138.55113.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.09%
GREEN value IS 231 (90.62% from 255) = 34.07%
BLUE value IS 243 (95.31% from 255) = 35.84%
R=30.09%
G=34.07%
B=35.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042312430.160.0500.05198.4661.987.65
HexCCE7F310505c63e58
Octal3143473632050530676130
Binary110011001110011111110011100001010101110001101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE7F3; }

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

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

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

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

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

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

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

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