#CCE3EF

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

Shades of Pattens Blue #CCE3EF

Tints of Pattens Blue #CCE3EF

Color information

#CCE3EF (or 0xCCE3EF) is unknown color: approx Pattens Blue. HEX triplet: CC, E3 and EF. RGB value is (204,227,239). Sum of RGB (Red+Green+Blue) = 204+227+239=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCE3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE3EF is #331C10. Grayscale: #DDDDDD. Windows color (decimal): -3349521 or 15721420. OLE color: 15721420.

HSL color Cylindrical-coordinate representation of color #CCE3EF: hue angle of 200.57º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCE3EF is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204227239-
CMYK0.150.0500.06
HSL200.57º52.24%86.86%-
HSV(B)200.57º14.64%93.73%-
XYZ67.9574.0192.36-
YUV221.49137.88115.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.45%
GREEN value IS 227 (89.06% from 255) = 33.88%
BLUE value IS 239 (93.75% from 255) = 35.67%
R=30.45%
G=33.88%
B=35.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042272390.150.0500.06200.5752.2486.86
HexCCE3EFF506c93457
Octal3143433571750631164127
Binary11001100111000111110111111111010110110010011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE3EF; }

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

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

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

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

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

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

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

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