#CCE4FC

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

Shades of Pattens Blue #CCE4FC

Tints of Pattens Blue #CCE4FC

Color information

#CCE4FC (or 0xCCE4FC) is unknown color: approx Pattens Blue. HEX triplet: CC, E4 and FC. RGB value is (204,228,252). Sum of RGB (Red+Green+Blue) = 204+228+252=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCE4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE4FC is #331B03. Grayscale: #DFDFDF. Windows color (decimal): -3349252 or 16573644. OLE color: 16573644.

HSL color Cylindrical-coordinate representation of color #CCE4FC: hue angle of 210º 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 #CCE4FC is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204228252-
CMYK0.190.1000.01
HSL210º88.89%89.41%-
HSV(B)210º19.05%98.82%-
XYZ70.2275.35102.94-
YUV223.56144.05114.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.82%
GREEN value IS 228 (89.45% from 255) = 33.33%
BLUE value IS 252 (98.83% from 255) = 36.84%
R=29.82%
G=33.33%
B=36.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042282520.190.1000.0121088.8989.41
HexCCE4FC13A01d25959
Octal314344374231201322131131
Binary110011001110010011111100100111010011101001010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE4FC; }

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

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

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

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

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

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

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

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