#CCE5FD

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

Shades of Pattens Blue #CCE5FD

Tints of Pattens Blue #CCE5FD

Color information

#CCE5FD (or 0xCCE5FD) is unknown color: approx Pattens Blue. HEX triplet: CC, E5 and FD. RGB value is (204,229,253). Sum of RGB (Red+Green+Blue) = 204+229+253=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5FD is #331A02. Grayscale: #E0E0E0. Windows color (decimal): -3348995 or 16639436. OLE color: 16639436.

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

Color convert

RGB204229253-
CMYK0.190.0900.01
HSL209.39º92.45%89.61%-
HSV(B)209.39º19.37%99.22%-
XYZ70.6575.97103.87-
YUV224.26144.22113.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.74%
GREEN value IS 229 (89.84% from 255) = 33.38%
BLUE value IS 253 (99.22% from 255) = 36.88%
R=29.74%
G=33.38%
B=36.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042292530.190.0900.01209.3992.4589.61
HexCCE5FD13901d15c5a
Octal314345375231101321134132
Binary110011001110010111111101100111001011101000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE5FD; }

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

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

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

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

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

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

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

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