#CCE7FA

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

Shades of Pattens Blue #CCE7FA

Tints of Pattens Blue #CCE7FA

Color information

#CCE7FA (or 0xCCE7FA) is unknown color: approx Pattens Blue. HEX triplet: CC, E7 and FA. RGB value is (204,231,250). Sum of RGB (Red+Green+Blue) = 204+231+250=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCE7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE7FA is #331805. Grayscale: #E0E0E0. Windows color (decimal): -3348486 or 16443340. OLE color: 16443340.

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

Color convert

RGB204231250-
CMYK0.180.0800.02
HSL204.78º82.14%89.02%-
HSV(B)204.78º18.4%98.04%-
XYZ70.7376.89101.56-
YUV225.09142.05112.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.78%
GREEN value IS 231 (90.62% from 255) = 33.72%
BLUE value IS 250 (98.05% from 255) = 36.50%
R=29.78%
G=33.72%
B=36.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042312500.180.0800.02204.7882.1489.02
HexCCE7FA12802cd5259
Octal314347372221002315122131
Binary1100110011100111111110101001010000101100110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE7FA; }

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

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

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

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

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

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

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

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