#CCE3FD

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

Shades of Pattens Blue #CCE3FD

Tints of Pattens Blue #CCE3FD

Color information

#CCE3FD (or 0xCCE3FD) is unknown color: approx Pattens Blue. HEX triplet: CC, E3 and FD. RGB value is (204,227,253). Sum of RGB (Red+Green+Blue) = 204+227+253=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 227 (89.06% from 255 or 33.19% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCE3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE3FD is #331C02. Grayscale: #DEDEDE. Windows color (decimal): -3349507 or 16638924. OLE color: 16638924.

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

Color convert

RGB204227253-
CMYK0.190.1000.01
HSL211.84º92.45%89.61%-
HSV(B)211.84º19.37%99.22%-
XYZ70.174.87103.68-
YUV223.09144.88114.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.82%
GREEN value IS 227 (89.06% from 255) = 33.19%
BLUE value IS 253 (99.22% from 255) = 36.99%
R=29.82%
G=33.19%
B=36.99%

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
Decimal2042272530.190.1000.01211.8492.4589.61
HexCCE3FD13A01d45c5a
Octal314343375231201324134132
Binary110011001110001111111101100111010011101010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE3FD; }

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

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

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

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

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

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

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

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