#CCE6FD

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

Shades of Pattens Blue #CCE6FD

Tints of Pattens Blue #CCE6FD

Color information

#CCE6FD (or 0xCCE6FD) is unknown color: approx Pattens Blue. HEX triplet: CC, E6 and FD. RGB value is (204,230,253). Sum of RGB (Red+Green+Blue) = 204+230+253=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCE6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE6FD is #331902. Grayscale: #E0E0E0. Windows color (decimal): -3348739 or 16639692. OLE color: 16639692.

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

Color convert

RGB204230253-
CMYK0.190.0900.01
HSL208.16º92.45%89.61%-
HSV(B)208.16º19.37%99.22%-
XYZ70.9376.52103.96-
YUV224.85143.89113.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.69%
GREEN value IS 230 (90.23% from 255) = 33.48%
BLUE value IS 253 (99.22% from 255) = 36.83%
R=29.69%
G=33.48%
B=36.83%

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
Decimal2042302530.190.0900.01208.1692.4589.61
HexCCE6FD13901d05c5a
Octal314346375231101320134132
Binary110011001110011011111101100111001011101000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE6FD; }

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

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

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

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

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

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

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

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