#CCE4FF

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

Shades of Pattens Blue #CCE4FF

Tints of Pattens Blue #CCE4FF

Color information

#CCE4FF (or 0xCCE4FF) is unknown color: approx Pattens Blue. HEX triplet: CC, E4 and FF. RGB value is (204,228,255). Sum of RGB (Red+Green+Blue) = 204+228+255=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 228 (89.45% from 255 or 33.19% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCE4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE4FF is #331B00. Grayscale: #DFDFDF. Windows color (decimal): -3349249 or 16770252. OLE color: 16770252.

HSL color Cylindrical-coordinate representation of color #CCE4FF: hue angle of 211.76º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCE4FF is Cyan = 0.2, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204228255-
CMYK0.20.1100
HSL211.76º100%90%-
HSV(B)211.76º20%100%-
XYZ70.775.54105.46-
YUV223.9145.55113.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.69%
GREEN value IS 228 (89.45% from 255) = 33.19%
BLUE value IS 255 (100% from 255) = 37.12%
R=29.69%
G=33.19%
B=37.12%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042282550.20.1100211.7610090
HexCCE4FF14B00d4645a
Octal314344377241300324144132
Binary110011001110010011111111101001011001101010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE4FF; }

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

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

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

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

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

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

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

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