#CCE8FD

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

Shades of Pattens Blue #CCE8FD

Tints of Pattens Blue #CCE8FD

Color information

#CCE8FD (or 0xCCE8FD) is unknown color: approx Pattens Blue. HEX triplet: CC, E8 and FD. RGB value is (204,232,253). Sum of RGB (Red+Green+Blue) = 204+232+253=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCE8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8FD is #331702. Grayscale: #E1E1E1. Windows color (decimal): -3348227 or 16640204. OLE color: 16640204.

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

Color convert

RGB204232253-
CMYK0.190.0800.01
HSL205.71º92.45%89.61%-
HSV(B)205.71º19.37%99.22%-
XYZ71.4977.64104.15-
YUV226.02143.22112.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.61%
GREEN value IS 232 (91.02% from 255) = 33.67%
BLUE value IS 253 (99.22% from 255) = 36.72%
R=29.61%
G=33.67%
B=36.72%

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
Decimal2042322530.190.0800.01205.7192.4589.61
HexCCE8FD13801ce5c5a
Octal314350375231001316134132
Binary110011001110100011111101100111000011100111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8FD; }

 p { color: rgb(204,232,253); }

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

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

 a { background-color: rgb(204,232,253); }

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

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

 span { border-color: rgb(204,232,253); }

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